[Python-checkins] peps: PEP 467: be clear no input type support will be removed

nick.coghlan python-checkins at python.org
Sun Mar 30 04:04:29 CEST 2014


http://hg.python.org/peps/rev/4eb137668084
changeset:   5449:4eb137668084
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Mar 30 12:04:18 2014 +1000
summary:
  PEP 467: be clear no input type support will be removed

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


diff --git a/pep-0467.txt b/pep-0467.txt
--- a/pep-0467.txt
+++ b/pep-0467.txt
@@ -196,7 +196,8 @@
 ``bytes`` and ``bytearray`` methods that currently expect a ``bytes``
 object for certain parameters. In essence, if a value is an acceptable
 input to the new ``bytes.byte`` constructor defined above, then it would
-be acceptable in the roles defined here:
+be acceptable in the roles defined here (in addition to any other already
+supported inputs):
 
 * ``startswith()`` prefix(es)
 * ``endswith()`` suffix(es)

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


More information about the Python-checkins mailing list