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

Brett Cannon bcannon at gmail.com
Sat May 23 23:33:06 CEST 2015


Ah thanks. I just kept an eye out for your name. :)

On Sat, May 23, 2015, 16:32 Eric Snow <ericsnowcurrently at gmail.com> wrote:

On Sat, May 23, 2015 at 2:22 PM, Brett Cannon <bcannon at gmail.com> wrote: > Are you also going to check the code in or is someone else doing it?

Nick already did: http://bugs.python.org/issue24268 https://hg.python.org/cpython/rev/e729b946cc03 :) -eric > > > 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 > > _> ________________________ > Python-Dev mailing list > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > https://mail.python.org/mailman/options/python-dev/ericsnowcurrently%40gmail.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20150523/34b4c846/attachment-0001.html>



More information about the Python-Dev mailing list