id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,branch,branch_author,launchpad_bug
2926,Various names in twisted.protocols.amp do not conform to coding standard recommendation for acronyms,glyph,,"Quoth the coding standard:

    ""Acronyms should be capitalized in their entirety.""

but AMP contains a few names which do not do this:

  * `AmpBox`
  * `AmpError`
    * `RemoteAmpError`
  * `AmpList`

These should all be very gradually deprecated and replaced with names such as `AMPBox`, `AMPError`, `RemoteAMPError`, `AMPList`.
",enhancement,new,low,,core,,,itamarst thijs,,,
