[Python-checkins] peps: PEP 504 is withdrawn, not deferred

nick.coghlan python-checkins at python.org
Sun Sep 20 15:02:40 CEST 2015


https://hg.python.org/peps/rev/3042d4b36030
changeset:   6076:3042d4b36030
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Sep 20 23:02:31 2015 +1000
summary:
  PEP 504 is withdrawn, not deferred

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


diff --git a/pep-0504.txt b/pep-0504.txt
--- a/pep-0504.txt
+++ b/pep-0504.txt
@@ -49,7 +49,7 @@
 Steven's proposal has the desired effect of aligning the easy way to generate
 such tokens and the right way to generate them, without introducing any
 compatibility risks for the existing ``random`` module API, so this PEP has
-been deferred in favour of further work on refining Steven's proposal as
+been withdrawn in favour of further work on refining Steven's proposal as
 PEP 506.
 
 

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


More information about the Python-checkins mailing list