From 9c68f82b3089681b0d9eb8d0b589b37746b2ff0b Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 26 Jan 2008 02:38:33 +0000 Subject: [PATCH] Fix typo found by Forest Wilkinson. --- pep-3137.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3137.txt b/pep-3137.txt index b48830953..cf693d920 100644 --- a/pep-3137.txt +++ b/pep-3137.txt @@ -64,7 +64,7 @@ I propose the following type names at the Python level: - ``memoryview`` is a bytes view on another object (PyMemory) -The old type named ``bytearray`` is so similar to the new type +The old type named ``buffer`` is so similar to the new type ``memoryview``, introduce by PEP 3118, that it is redundant. The rest of this PEP doesn't discuss the functionality of ``memoryview``; it is just mentioned here to justify getting rid of the old ``buffer`` type.