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 lemburg, loewis, pitrou, vstinner
Date 2010-04-22.12:11:15
SpamBayes Score 2.3314682e-07
Marked as misclassified No
Message-id <1271938278.63.0.237138707427.issue8485@psf.upfronthosting.co.za>
In-reply-to
Content
MvL, MaL and Antoine Pitrou agreed to drop support of bytearray filenames in Python. I choosed to remove it directly in Python 3.2 because it wasn't really used, open() and os.path never supported bytearray filenames, and I will simplify the other issues related to surrogates in filenames.

Fixed: r80361 (py3k), don't backport to 3.1.
History
Date User Action Args
2010-04-22 12:11:18vstinnersetrecipients: + vstinner, lemburg, loewis, pitrou
2010-04-22 12:11:18vstinnersetmessageid: <1271938278.63.0.237138707427.issue8485@psf.upfronthosting.co.za>
2010-04-22 12:11:16vstinnerlinkissue8485 messages
2010-04-22 12:11:15vstinnercreate