[Python-checkins] peps: Add the issue of single-digit version numbers.

antoine.pitrou python-checkins at python.org
Wed Jan 18 19:26:06 CET 2012


http://hg.python.org/peps/rev/ffbb60b5724b
changeset:   4016:ffbb60b5724b
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Jan 18 19:20:58 2012 +0100
summary:
  Add the issue of single-digit version numbers.

files:
  pep-0407.txt |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/pep-0407.txt b/pep-0407.txt
--- a/pep-0407.txt
+++ b/pep-0407.txt
@@ -152,6 +152,10 @@
   releases and which are LTS releases?  How do we manage user
   expectations?
 
+* Does the faster release cycle mean we could some day reach 3.10 and
+  above?  Some people expressed a tacit expectation that version numbers
+  always fit in one decimal digit.
+
 A community poll or survey to collect opinions from the greater Python
 community would be valuable before making a final decision.
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list