[Python-Dev] Language Summit Follow-Up

Benjamin Peterson benjamin at python.org
Thu May 29 06:50:15 CEST 2014



On Wed, May 28, 2014, at 15:26, Glyph Lefkowitz wrote:
> Add some warnings about python 3 compatibility.
> It should at least be possible to get a warning for every single implicit
> string coercion.
> Old-style classes.
> Old-style division.

Fun fact: This can be achieved with the -Qwarn command line option.


More information about the Python-Dev mailing list