[Python-checkins] peps: PEP 467: fix title to also cover memoryview

nick.coghlan python-checkins at python.org
Sat Aug 16 08:59:15 CEST 2014


http://hg.python.org/peps/rev/68c1ab54daed
changeset:   5520:68c1ab54daed
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Aug 16 16:59:02 2014 +1000
summary:
  PEP 467: fix title to also cover memoryview

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


diff --git a/pep-0467.txt b/pep-0467.txt
--- a/pep-0467.txt
+++ b/pep-0467.txt
@@ -1,5 +1,5 @@
 PEP: 467
-Title: Minor API improvements for bytes and bytearray
+Title: Minor API improvements for binary sequences
 Version: $Revision$
 Last-Modified: $Date$
 Author: Nick Coghlan <ncoghlan at gmail.com>

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


More information about the Python-checkins mailing list