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 Drekin
Recipients Drekin, ezio.melotti
Date 2013-03-31.18:08:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364753330.76.0.973974217823.issue17588@psf.upfronthosting.co.za>
In-reply-to
Content
runpy.run_path("\u222b.py") raises UnicodeEncodeError when trying to use mbcs codec on Windows. However opening the file using open() is ok. So why is runpy trying to encode the name using mbcs encoding when it's not necessary or even correct? See http://bpaste.net/show/aOqQLMyYAAFTJ8pQnkli/ .
History
Date User Action Args
2013-03-31 18:08:50Drekinsetrecipients: + Drekin, ezio.melotti
2013-03-31 18:08:50Drekinsetmessageid: <1364753330.76.0.973974217823.issue17588@psf.upfronthosting.co.za>
2013-03-31 18:08:50Drekinlinkissue17588 messages
2013-03-31 18:08:50Drekincreate