Re: [Python-Dev] Windows: Remove support of bytes filenames in the os module?

2016年2月08日 06:44:13 -0800

2016年02月08日 15:32 GMT+01:00 Victor Stinner <[email protected]>:
> Since 3.3, functions of the os module started to emit
> DeprecationWarning when called with bytes filenames.
> (...)
> Recently, an user complained that os.walk() doesn't work with bytes on
> Windows anymore:
> (...)
It's also sad to see that deprecation warnings are completly ignored.
Python 3.3 was release in 2011, 5 years ago.
I would prefer to show deprecation warnings by default. But I know
that it's an old debate: developers vs users :-) I like to see my
users as potential developers ;-)
Victor
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to