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 vstinner
Recipients brett.cannon, lemburg, loewis, meatballhat, pitrou, vstinner
Date 2010-05-25.21:45:22
SpamBayes Score 0.008270942
Marked as misclassified No
Message-id <1274823924.35.0.0450761806726.issue8796@psf.upfronthosting.co.za>
In-reply-to
Content
> If someone wants to write code that works in Python 2.5 
> or older *and* Python 3 then codecs.open will most likely
> be how they keep compatibility for reading in encoded files.

Can't 2to3 do the conversion? (codecs.open => open)
History
Date User Action Args
2010-05-25 21:45:24vstinnersetrecipients: + vstinner, lemburg, loewis, brett.cannon, pitrou, meatballhat
2010-05-25 21:45:24vstinnersetmessageid: <1274823924.35.0.0450761806726.issue8796@psf.upfronthosting.co.za>
2010-05-25 21:45:22vstinnerlinkissue8796 messages
2010-05-25 21:45:22vstinnercreate