New submission from ppperry:

>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.

----------
components: Tests
messages: 254133
nosy: ppperry
priority: normal
severity: normal
status: open
title: Unhandled warning in test_unicode_file
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25560>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to