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.

classification
Title: Unhandled warning in test_unicode_file
Type: behavior Stage: resolved
Components: Tests, Windows Versions: Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: ZackerySpytz, paul.moore, ppperry, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2015-11-05 18:31 by ppperry, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg254133 - (view) Author: (ppperry) Date: 2015-11-05 18:31
>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.
msg367293 - (view) Author: Zackery Spytz (ZackerySpytz) * (Python triager) Date: 2020-04-26 04:58
Python 2 is EOL.
History
Date User Action Args
2022-04-11 14:58:23adminsetgithub: 69746
2020-04-26 06:57:17zach.waresetstatus: open -> closed
resolution: out of date
stage: resolved
2020-04-26 04:58:54ZackerySpytzsetnosy: + ZackerySpytz
messages: + msg367293
2015-11-05 19:16:28serhiy.storchakasetnosy: + paul.moore, tim.golden, zach.ware, steve.dower
components: + Windows
2015-11-05 18:31:58ppperrycreate