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, eric.araujo, lemburg, loewis, meatballhat, pitrou, rhettinger, vstinner
Date 2011-05-23.16:20:43
SpamBayes Score 1.5965048e-05
Marked as misclassified No
Message-id <1306167641.26710.0.camel@marge>
In-reply-to <1306167118.8.0.00152126194396.issue8796@psf.upfronthosting.co.za>
Content
Le lundi 23 mai 2011 à 16:11 +0000, Marc-Andre Lemburg a écrit :
> We still need codecs.open() to support applications that target Python 2.x and 3.x.

io.TextIOWrapper exists in Python 2.6 and 2.7, and 2to3 can simply
replace codecs.open() by open().
History
Date User Action Args
2011-05-23 16:20:43vstinnersetrecipients: + vstinner, lemburg, loewis, brett.cannon, rhettinger, pitrou, eric.araujo, meatballhat
2011-05-23 16:20:43vstinnerlinkissue8796 messages
2011-05-23 16:20:43vstinnercreate