[issue7475] No hint about codecs removed: base64 bz2 hex zlib ...

2009-12-11 Thread flox
Changes by flox : -- keywords: +patch Added file: http://bugs.python.org/file15523/issue7475_warning.diff ___ Python tracker ___ ___ Py

[issue7475] No hint about codecs removed: base64 bz2 hex zlib ...

2009-12-11 Thread flox
Changes by flox : -- title: No hint about codecs removed : base64 bz2 hex zlib ... -> No hint about codecs removed: base64 bz2 hex zlib ... ___ Python tracker ___ ___

[issue7475] No hint about codecs removed : base64 bz2 hex zlib ...

2009-12-11 Thread flox
Changes by flox : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue7475] No hint about codecs removed : base64 bz2 hex zlib ...

2009-12-11 Thread flox
flox added the comment: Is it possible to add "DeprecationWarning" for these codecs when using "python -3" ? >>> {}.has_key('a') __main__:1: DeprecationWarning: dict.has_key() not supported in 3.x; use the in operator False >>> print `123` :1: SyntaxWarning: backquote not supported

[issue7475] No hint about codecs removed : base64 bz2 hex zlib ...

2009-12-11 Thread flox
flox added the comment: «Everything you thought you knew about binary data and Unicode has changed.» Reopening for the documentation part. This "mistake" deserves some words in the documentation: docs.python.org/dev/py3k/whatsnew/3.0.html #text-vs-data-instead-of-unicode-vs-8-bit And