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 vstinner
Recipients flox, ocean-city, pitrou, vstinner
Date 2010-10-09.08:16:33
SpamBayes Score 1.1398819e-06
Marked as misclassified No
Message-id <1286612196.81.0.944602202962.issue8533@psf.upfronthosting.co.za>
In-reply-to
Content
py3k_also_no_unicode_error_on_direct_test_run.patch comes a little bit too late:

$ LANG= ./python Lib/test/regrtest.py -v test_time
== CPython 3.2a2+ (py3k, Oct 8 2010, 01:40:20) [GCC 4.4.5 20100909 (prerelease)]
==   Linux-2.6.32-trunk-686-i686-with-debian-squeeze-sid little-endian
==   Traceback (most recent call last):
  File "Lib/test/regrtest.py", line 1478, in <module>
    main()
  File "Lib/test/regrtest.py", line 454, in main
    print("==  ", os.getcwd())
UnicodeEncodeError: 'ascii' codec can't encode characters in position 20-21: ordinal not in range(128)

My working directory is /home/haypo/prog/SVN/py3ké.
History
Date User Action Args
2010-10-09 08:16:36vstinnersetrecipients: + vstinner, pitrou, ocean-city, flox
2010-10-09 08:16:36vstinnersetmessageid: <1286612196.81.0.944602202962.issue8533@psf.upfronthosting.co.za>
2010-10-09 08:16:35vstinnerlinkissue8533 messages
2010-10-09 08:16:33vstinnercreate