[Python-checkins] peps: Add section on PEP Development Process, with github links.
guido.van.rossum
python-checkins at python.org
Fri Mar 20 18:26:25 CET 2015
https://hg.python.org/peps/rev/4d7b657827b2
changeset: 5735:4d7b657827b2
user: Guido van Rossum <guido at python.org>
date: Fri Mar 20 10:26:19 2015 -0700
summary:
Add section on PEP Development Process, with github links.
files:
pep-0484.txt | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/pep-0484.txt b/pep-0484.txt
--- a/pep-0484.txt
+++ b/pep-0484.txt
@@ -740,7 +740,7 @@
existing libraries use annotations, there would be little need to
combine them with type hints. So the simpler approach of selectively
disabling type hints appears sufficient.
-
+
The problem of forward declarations
-----------------------------------
@@ -884,6 +884,18 @@
indeed *Pythonic*.
+PEP Development Process
+=======================
+
+A live draft for this PEP lives on GitHub [github]_. There is also an
+issue tracker [issues]_, where much of the technical discussion takes
+place.
+
+The draft on GitHub is updated regularly in small increments. The
+official PEPS repo [peps_] is (usually) only updated when a new draft
+is posted to python-dev.
+
+
Acknowledgements
================
@@ -916,6 +928,15 @@
.. [roberge]
http://aroberge.blogspot.com/2015/01/type-hinting-in-python-focus-on.html
+.. [github]
+ https://github.com/ambv/typehinting
+
+.. [issues]
+ https://github.com/ambv/typehinting/issues
+
+.. [peps]
+ https://hg.python.org/peps/file/tip/pep-0484.txt
+
Copyright
=========
--
Repository URL: https://hg.python.org/peps
More information about the Python-checkins
mailing list