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 jmfauth
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, jmfauth, sjmachin, vstinner
Date 2009-03-30.19:26:09
SpamBayes Score 0.00010269433
Marked as misclassified No
Message-id <1238441171.03.0.496812204765.issue4626@psf.upfronthosting.co.za>
In-reply-to
Content
Quick feedback from a Windows user.

I made a few more tests with the freshly installed Pyton 3.1a1. The
compile() function is running very well.

As a side effect, it now possible to write an "execfile()" without
any problem. Tests with execfile() versions reading files as text
or as binary, with/without coding cookies, BOM, cp1252, cp850, cp437, 
utf-8 cookie, utf-8 with bom, ....

(Of course, taking in account and managing universal newline).
History
Date User Action Args
2009-03-30 19:26:11jmfauthsetrecipients: + jmfauth, brett.cannon, sjmachin, amaury.forgeotdarc, vstinner, benjamin.peterson
2009-03-30 19:26:11jmfauthsetmessageid: <1238441171.03.0.496812204765.issue4626@psf.upfronthosting.co.za>
2009-03-30 19:26:09jmfauthlinkissue4626 messages
2009-03-30 19:26:09jmfauthcreate