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 eric.araujo, tarek, vstinner, zegreek
Date 2010-09-10.23:32:15
SpamBayes Score 0.00010769485
Marked as misclassified No
Message-id <1284161537.25.0.691221422057.issue6011@psf.upfronthosting.co.za>
In-reply-to
Content
New patch:
 - add encoding option to TextFile constructor
 - parse_makefile() uses the heuristic from text_file.diff

Note: sys.getfilesystemencoding() is always set in Python 3.2 (but it may be None in Python 2.x and Python < 3.2).
History
Date User Action Args
2010-09-10 23:32:17vstinnersetrecipients: + vstinner, tarek, eric.araujo, zegreek
2010-09-10 23:32:17vstinnersetmessageid: <1284161537.25.0.691221422057.issue6011@psf.upfronthosting.co.za>
2010-09-10 23:32:15vstinnerlinkissue6011 messages
2010-09-10 23:32:15vstinnercreate