[Python-checkins] peps: Withdraw PEP 460 (mostly obsoleted by PEP 461)

antoine.pitrou python-checkins at python.org
Sat Mar 29 16:17:41 CET 2014


http://hg.python.org/peps/rev/9eb15a7aa3d6
changeset:   5446:9eb15a7aa3d6
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Mar 29 16:17:37 2014 +0100
summary:
  Withdraw PEP 460 (mostly obsoleted by PEP 461)

files:
  pep-0460.txt |  12 +++++++++++-
  1 files changed, 11 insertions(+), 1 deletions(-)


diff --git a/pep-0460.txt b/pep-0460.txt
--- a/pep-0460.txt
+++ b/pep-0460.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Antoine Pitrou <solipsis at pitrou.net>
-Status: Draft
+Status: Withdrawn
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 6-Jan-2014
@@ -137,6 +137,16 @@
 allow for hashing), and one mutable type (as efficient accumulation is
 often necessary when working with network messages).
 
+
+Resolution
+==========
+
+This PEP is made obsolete by the `acceptance
+<https://mail.python.org/pipermail/python-dev/2014-March/133621.html>`_
+of :pep:`461`, which introduces a more extended formatting language for
+bytes objects in conjunction with the modulo operator.
+
+
 References
 ==========
 

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


More information about the Python-checkins mailing list