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 mbecker
Recipients mbecker, terry.reedy, vstinner
Date 2008-11-25.23:31:39
SpamBayes Score 4.0923598e-05
Marked as misclassified No
Message-id <1227655901.43.0.434895670503.issue4329@psf.upfronthosting.co.za>
In-reply-to
Content
Terry,
Thanks for your response. My main concern was that the behavior changed
when updating from 2.5 to 2.6. The new behavior was not intuitive. Also
2.6, I thought, was supposed to be backward compatible.  Based on this
issue, I would assume this statement is not true when strings are passed
to any method that convert them to bytes. Maybe this was documented in
the 2.6 documentation somewhere and I simply missed it. Should I have
run the 2to3 converter on my 2.5 code prior to updating to 2.6? Please
let me know the new issue number so I can track the progress.
Thanks!
History
Date User Action Args
2008-11-25 23:31:42mbeckersetrecipients: + mbecker, terry.reedy, vstinner
2008-11-25 23:31:41mbeckersetmessageid: <1227655901.43.0.434895670503.issue4329@psf.upfronthosting.co.za>
2008-11-25 23:31:40mbeckerlinkissue4329 messages
2008-11-25 23:31:39mbeckercreate