[Python-checkins] peps: PEP 440: Missed one update for single number releases

nick.coghlan python-checkins at python.org
Tue Sep 2 13:15:55 CEST 2014


http://hg.python.org/peps/rev/ff38b758e584
changeset:   5540:ff38b758e584
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Tue Sep 02 21:15:46 2014 +1000
summary:
  PEP 440: Missed one update for single number releases

files:
  pep-0440.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0440.txt b/pep-0440.txt
--- a/pep-0440.txt
+++ b/pep-0440.txt
@@ -178,7 +178,7 @@
 The release segment consists of one or more non-negative integer
 values, separated by dots::
 
-    N[.N]+
+    N(.N)*
 
 Final releases within a project MUST be numbered in a consistently
 increasing fashion, otherwise automated tools will not be able to upgrade

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


More information about the Python-checkins mailing list