[Python-Dev] [Python-checkins] peps: PEP 489: The PEP is accepted. (original) (raw)

Brett Cannon bcannon at gmail.com
Sat May 23 22:22:49 CEST 2015


Are you also going to check the code in or is someone else doing it?

On Fri, May 22, 2015, 17:47 eric.snow <python-checkins at python.org> wrote:

https://hg.python.org/peps/rev/1fbc23a1078c changeset: 5874:1fbc23a1078c user: Eric Snow <ericsnowcurrently at gmail.com> date: Fri May 22 15:45:38 2015 -0600 summary: PEP 489: The PEP is accepted.

files: pep-0489.txt | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/pep-0489.txt b/pep-0489.txt --- a/pep-0489.txt +++ b/pep-0489.txt @@ -7,13 +7,13 @@ Nick Coghlan <ncoghlan at gmail.com> BDFL-Delegate: Eric Snow <ericsnowcurrently at gmail.com> Discussions-To: import-sig at python.org -Status: Draft +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 11-Aug-2013 Python-Version: 3.5 -Post-History: 23-Aug-2013, 20-Feb-2015, 16-Apr-2015 -Resolution: +Post-History: 23-Aug-2013, 20-Feb-2015, 16-Apr-2015, 7-May-2015, 18-May-2015 +Resolution: https://mail.python.org/pipermail/python-dev/2015-May/140108.html Abstract @@ -730,8 +730,13 @@ * PyModuleDefSlot +Other changes: + PyModuleDef.mreload changes to PyModuleDef.mslots. +BuiltinImporter and ExtensionFileLoader will now implement +createmodule and execmodule. + The internal imp module will have backwards incompatible changes: createbuiltin, createdynamic, and execdynamic will be added; initbuiltin, loaddynamic will be removed. -- Repository URL: https://hg.python.org/peps


Python-checkins mailing list Python-checkins at python.org https://mail.python.org/mailman/listinfo/python-checkins -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20150523/d61f3b55/attachment.html>



More information about the Python-Dev mailing list