[issue16700] Document that bytes OS API can returns unusable results on Windows

2020-05-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Python 2.7 is no longer supported. -- resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue16700] Document that bytes OS API can returns unusable results on Windows

2017-10-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is now 2.7 only issue. -- ___ Python tracker ___

[issue16700] Document that bytes OS API can returns unusable results on Windows

2017-10-22 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- versions: -Python 3.5 ___ Python tracker ___

[issue16700] Document that bytes OS API can returns unusable results on Windows

2016-09-16 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___

[issue16700] Document that bytes OS API can returns unusable results on Windows

2016-09-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Maybe this issue is outdated in 3.6 (thanks to PEP 529), but this still is a problem under 3.5 and 2.7. -- status: closed -> open versions: +Python 3.5 -Python 3.3, Python 3.4 ___ Python tracker

[issue16700] Document that bytes OS API can returns unusable results on Windows

2016-09-11 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Thanks Steve! Closing. -- nosy: +barry status: open -> closed ___ Python tracker ___

[issue16700] Document that bytes OS API can returns unusable results on Windows

2016-09-11 Thread Steve Kowalik
Steve Kowalik added the comment: I've looked at the documentation for both Python 3.5 and 3.6, and I think this is all fine -- things like os.environb and os.getcwdb() are clearly stated as not available on Windows, and the path functions look to work fine in my testing. -- nosy:

[issue16700] Document that bytes OS API can returns unusable results on Windows

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: As #13247 has been closed not a bug and #16656 won't fix shouldn't this be done sooner rather than later? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16700

[issue16700] Document that bytes OS API can returns unusable results on Windows

2013-08-22 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- versions: -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16700 ___ ___

[issue16700] Document that bytes OS API can returns unusable results on Windows

2013-01-15 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16700 ___ ___ Python-bugs-list

[issue16700] Document that bytes OS API can returns unusable results on Windows

2012-12-16 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Some OS functions which returns bytes (os.environb, os.getenvb(), os.getcwdb(), os.listdir(), os.readlink(), os.walk(), os.path.abspath(), os.path.expanduser(), os.path.expandvars(), os.path.realpath() and may be other) can return unusable result on

[issue16700] Document that bytes OS API can returns unusable results on Windows

2012-12-16 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16700 ___ ___ Python-bugs-list mailing

[issue16700] Document that bytes OS API can returns unusable results on Windows

2012-12-16 Thread STINNER Victor
STINNER Victor added the comment: I don't remember il the deprecation of bytes filename is documented. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16700 ___