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 cvrebert, denilsonsa, eric.araujo, ezio.melotti, georg.brandl, ggenellina, hongqn, pitrou, srid, ssbarnea, steven.daprano, vstinner, zuo
Date 2010-08-14.12:04:11
SpamBayes Score 0.007283807
Marked as misclassified No
Message-id <1281787457.15.0.325680913629.issue4947@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch fixes this old and annoying issue. The issue only concerns sys.std* files, because Python only set the encoding and errors attributes for these files.
History
Date User Action Args
2010-08-14 12:04:17vstinnersetrecipients: + vstinner, georg.brandl, ggenellina, pitrou, hongqn, ezio.melotti, eric.araujo, steven.daprano, zuo, ssbarnea, cvrebert, srid, denilsonsa
2010-08-14 12:04:17vstinnersetmessageid: <1281787457.15.0.325680913629.issue4947@psf.upfronthosting.co.za>
2010-08-14 12:04:15vstinnerlinkissue4947 messages
2010-08-14 12:04:14vstinnercreate