[Python-Dev] Reminder: PEP 479's __future__ about to become the default behavior

Lukasz Langa lukasz at langa.pl
Tue Nov 7 20:17:18 EST 2017


This is according to https://www.python.org/dev/peps/pep-0479/#transition-plan <https://www.python.org/dev/peps/pep-0479/#transition-plan> but looking at Objects/genobject.c that hasn't been implemented yet. Is this as simple as removing the `else` clause here?

https://github.com/python/cpython/blob/master/Objects/genobject.c#L277-L298 <https://github.com/python/cpython/blob/master/Objects/genobject.c#L277-L298>

- Ł
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20171107/b74c6726/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 874 bytes
Desc: Message signed with OpenPGP
URL: <http://mail.python.org/pipermail/python-dev/attachments/20171107/b74c6726/attachment.sig>


More information about the Python-Dev mailing list