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 pitrou
Recipients flox, loewis, pitrou, wiggin15
Date 2010-09-30.15:12:42
SpamBayes Score 6.634932e-05
Marked as misclassified No
Message-id <1285859564.4.0.376223210086.issue9996@psf.upfronthosting.co.za>
In-reply-to
Content
Regardless of the various arguments, I think it is too late to break compatibility again, by disallowing bytes input, or changing the output type.
What we could do is allow str arguments to a2b_ functions, with the restriction that the argument must not contain non-ASCII characters.

(Please note that the "a" is for ASCII; otherwise it would be "u" for Unicode :-))
History
Date User Action Args
2010-09-30 15:12:44pitrousetrecipients: + pitrou, loewis, flox, wiggin15
2010-09-30 15:12:44pitrousetmessageid: <1285859564.4.0.376223210086.issue9996@psf.upfronthosting.co.za>
2010-09-30 15:12:42pitroulinkissue9996 messages
2010-09-30 15:12:42pitroucreate