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 zegreek
Recipients eric.araujo, nils, tarek, vstinner, zegreek
Date 2010-12-24.14:46:33
SpamBayes Score 0.0017525902
Marked as misclassified No
Message-id <4D14B22F.8050301@free.fr>
In-reply-to <1293141315.66.0.109588617208.issue6011@psf.upfronthosting.co.za>
Content
Hello,

the patch solves the bug for me as well (using locale "C", the 
filesystem encoding is utf-8). However, I do not understand why the 
patch checks that the shebang line decodes with both utf-8 and the 
file's encoding. The shebang line is only used by the kernel to locate 
the interpreter, so none of these should matter. Or have I misuderstood 
the patch?

Cheers,
Baptiste
History
Date User Action Args
2010-12-24 14:46:44zegreeksetrecipients: + zegreek, vstinner, tarek, eric.araujo, nils
2010-12-24 14:46:33zegreeklinkissue6011 messages
2010-12-24 14:46:33zegreekcreate