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

2017年11月07日 17:20:07 -0800

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>
- Ł

Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
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