PEP 534: Mark as Deferred (GH-1327)

This commit is contained in:
Nick Coghlan 2020-03-11 20:49:57 +10:00 committed by GitHub
parent e57e8ad71c
commit 3047351482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -5,11 +5,10 @@ Last-Modified: $Date$
Author: Tomáš Orsava <tomas.n@orsava.cz>,
Petr Viktorin <encukou@gmail.com>,
Nick Coghlan <ncoghlan@gmail.com>
Status: Draft
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
Created: 5-Sep-2016
Python-Version: 3.9
Post-History:
@ -26,6 +25,18 @@ and providing more informative error messages to users when attempts to import
standard library modules fail.
PEP Deferral
============
The PEP authors aren't actively working on this PEP, so if improving these
error messages is an idea that you're interested in pursuing, please get in
touch! (e.g. by posting to the python-dev mailing list).
The key piece of open work is determining how to get the autoconf and Visual
Studio build processes to populate the sysconfig metadata file with the lists
of expected and optional standard library modules.
Motivation
==========