This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients eric.araujo, ezio.melotti, l0nwlf, lemburg, maker, r.david.murray
Date 2011-05-22.12:54:00
SpamBayes Score 0.00076486927
Marked as misclassified No
Message-id <1306068841.43.0.713327306589.issue8898@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest to:
  1) remove the alias for tactis;
  2) add the aliases for latin_* and the tests for the aliases;
  3) fix the email.charset to use the new aliases instead of its own dict.

2) and 3) should go on 3.3 only, 1) could be considered a bug and fixed on 2.7/3.2 too, but since the codec is already missing, removing the alias won't change anything (i.e. it will raise a LookupError with or without alias).
History
Date User Action Args
2011-05-22 12:54:01ezio.melottisetrecipients: + ezio.melotti, lemburg, eric.araujo, r.david.murray, l0nwlf, maker
2011-05-22 12:54:01ezio.melottisetmessageid: <1306068841.43.0.713327306589.issue8898@psf.upfronthosting.co.za>
2011-05-22 12:54:00ezio.melottilinkissue8898 messages
2011-05-22 12:54:00ezio.melotticreate