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 belopolsky
Recipients belopolsky, brett.cannon, christian.heimes, dgreiman
Date 2008-02-22.20:47:19
SpamBayes Score 0.004383923
Marked as misclassified No
Message-id <1203713241.62.0.468557348329.issue2135@psf.upfronthosting.co.za>
In-reply-to
Content
The patch breaks test_import on Mac OS 10.4:

$ ./python.exe -E -tt -bb ./Lib/test/regrtest.py test_import
test_import
test test_import failed -- Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 1199, in <module>
    main()
  File "./Lib/test/regrtest.py", line 405, in main
    huntrleaks)
  File "./Lib/test/regrtest.py", line 562, in runtest
    huntrleaks, debug)
  File "./Lib/test/regrtest.py", line 614, in runtest_inner
    print("test", test, "failed --", msg)
  File "/Users/sasha/Work/python-svn/py3k/Lib/io.py", line 1247, in 
write
    b = encoder.encode(s)
  File "/Users/sasha/Work/python-svn/py3k/Lib/encodings/ascii.py", line 
22, in encode
    return codecs.ascii_encode(input, self.errors)[0]
UnicodeEncodeError: 'ascii' codec can't encode characters in position 
211-214: ordinal not in range(128)
History
Date User Action Args
2008-02-22 20:47:21belopolskysetspambayes_score: 0.00438392 -> 0.004383923
recipients: + belopolsky, brett.cannon, christian.heimes, dgreiman
2008-02-22 20:47:21belopolskysetspambayes_score: 0.00438392 -> 0.00438392
messageid: <1203713241.62.0.468557348329.issue2135@psf.upfronthosting.co.za>
2008-02-22 20:47:19belopolskylinkissue2135 messages
2008-02-22 20:47:19belopolskycreate