[Python-Dev] [Python-checkins] peps: PEP 489: The PEP is accepted. (original) (raw)
Eric Snow ericsnowcurrently at gmail.com
Sat May 23 22:32:58 CEST 2015
- Previous message (by thread): [Python-Dev] [Python-checkins] peps: PEP 489: The PEP is accepted.
- Next message (by thread): [Python-Dev] [Python-checkins] peps: PEP 489: The PEP is accepted.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
andExtensionFileLoader
will now implement +createmodule
andexecmodule
. + The internalimp
module will have backwards incompatible changes:createbuiltin
,createdynamic
, andexecdynamic
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
- Previous message (by thread): [Python-Dev] [Python-checkins] peps: PEP 489: The PEP is accepted.
- Next message (by thread): [Python-Dev] [Python-checkins] peps: PEP 489: The PEP is accepted.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]