Message2860

Author david-perez
Recipients
Date 2007-08-31.10:07:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It's an optional mechanism, in addition to PEP 263, to specify the default encoding, if one isn't present in the own file.

Some users like me, don't mind if it doesn't run in CPython when using this optional switch, as our Python code has already a lot of calls to Java code.

I think this patch isn't harmful (only active if you define the property), is useful and quite simple.
Java itself has also a property for specifying the default encoding used for Readers and Writers. 
History
Date User Action Args
2008-02-20 17:18:48adminlinkissue1783897 messages
2008-02-20 17:18:48admincreate