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 ncoghlan
Recipients Arfrever, amaury.forgeotdarc, belopolsky, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, ncoghlan, r.david.murray, terry.reedy, vstinner
Date 2011-01-21.18:13:25
SpamBayes Score 2.3143258e-09
Marked as misclassified No
Message-id <AANLkTi=Tc6DaNy1rC6tfRDsusYc6p=0e5oW2AqOXJ7q+@mail.gmail.com>
In-reply-to <1295629725.81.0.474049512742.issue3080@psf.upfronthosting.co.za>
Content
On Sat, Jan 22, 2011 at 3:08 AM, STINNER Victor <report@bugs.python.org> wrote:
> I should maybe add some unit tests for non-ASCII module paths and non-ASCII module names :-)

Indeed. There are a few tests in test_runpy that could be adapted to
that task fairly easily (it creates the test packages at run time in a
temporary directory, so copying that to make a non-ASCII path and
module name test should be too difficult).
History
Date User Action Args
2011-01-21 18:13:29ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, terry.reedy, amaury.forgeotdarc, belopolsky, vstinner, benjamin.peterson, eric.araujo, Arfrever, r.david.murray
2011-01-21 18:13:25ncoghlanlinkissue3080 messages
2011-01-21 18:13:25ncoghlancreate