[New-bugs-announce] [issue20921] DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead st = os.stat(path)

Pramod Jadhav report at bugs.python.org
Fri Mar 14 05:53:51 CET 2014


New submission from Pramod Jadhav:

C:\Python33\lib\genericpath.py:29: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead
  st = os.stat(path)

----------
messages: 213517
nosy: pramod.jadhav
priority: normal
severity: normal
status: open
title: DeprecationWarning: The Windows bytes API has been deprecated, use Unicode filenames instead   st = os.stat(path)
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20921>
_______________________________________


More information about the New-bugs-announce mailing list