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 eric.araujo
Recipients belopolsky, eric.araujo, vstinner
Date 2010-11-06.16:15:12
SpamBayes Score 1.8659828e-05
Marked as misclassified No
Message-id <1289060115.97.0.384816250075.issue10335@psf.upfronthosting.co.za>
In-reply-to
Content
> Note that it is useful for opening any text file with an encoding
> cookie, not only python source code,
This is cool.  doctest could benefit from that, I think.

> so "tokenize.open()" sounds attractive.
Agreed, even though the docstring of tokenize does talk about Python code.
History
Date User Action Args
2010-11-06 16:15:16eric.araujosetrecipients: + eric.araujo, belopolsky, vstinner
2010-11-06 16:15:15eric.araujosetmessageid: <1289060115.97.0.384816250075.issue10335@psf.upfronthosting.co.za>
2010-11-06 16:15:12eric.araujolinkissue10335 messages
2010-11-06 16:15:12eric.araujocreate