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 ppperry
Recipients ppperry
Date 2015-11-05.18:31:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446748318.85.0.363249133538.issue25560@psf.upfronthosting.co.za>
In-reply-to
Content
>python -Wall -m test.regrtest test_unicode_file
[1/1] test_unicode_file
C:\Python27\lib\shutil.py:64: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  os.path.normcase(os.path.abspath(dst)))
C:\Python27\lib\shutil.py:64: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  os.path.normcase(os.path.abspath(dst)))
C:\Python27\lib\shutil.py:64: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  os.path.normcase(os.path.abspath(dst)))
C:\Python27\lib\shutil.py:64: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  os.path.normcase(os.path.abspath(dst)))
1 test OK.
History
Date User Action Args
2015-11-05 18:31:58ppperrysetrecipients: + ppperry
2015-11-05 18:31:58ppperrysetmessageid: <1446748318.85.0.363249133538.issue25560@psf.upfronthosting.co.za>
2015-11-05 18:31:58ppperrylinkissue25560 messages
2015-11-05 18:31:58ppperrycreate