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 bkabrda, vstinner
Date 2013-10-30.09:48:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383126532.57.0.283500010199.issue19447@psf.upfronthosting.co.za>
In-reply-to
Content
py_compile.compile() has been modified in Python 3.4. The encoding is now detected in the try/except block.

You should write a unit test for your patch.
http://docs.python.org/devguide/runtests.html#writing
History
Date User Action Args
2013-10-30 09:48:52vstinnersetrecipients: + vstinner, bkabrda
2013-10-30 09:48:52vstinnersetmessageid: <1383126532.57.0.283500010199.issue19447@psf.upfronthosting.co.za>
2013-10-30 09:48:52vstinnerlinkissue19447 messages
2013-10-30 09:48:52vstinnercreate