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 brett.cannon
Recipients brett.cannon, christian.heimes
Date 2008-08-18.21:13:48
SpamBayes Score 8.18077e-06
Marked as misclassified No
Message-id <1219094032.27.0.00275483545794.issue3592@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch to add imp.get_codingspec(); a function that returns
the encoding of a source file.

The motivation is to remove the import of the re module in linecache to
speed up interpreter startup.
History
Date User Action Args
2008-08-18 21:13:52brett.cannonsetrecipients: + brett.cannon, christian.heimes
2008-08-18 21:13:52brett.cannonsetmessageid: <1219094032.27.0.00275483545794.issue3592@psf.upfronthosting.co.za>
2008-08-18 21:13:51brett.cannonlinkissue3592 messages
2008-08-18 21:13:50brett.cannoncreate