[Python-checkins] r66375 - peps/trunk/pep-3118.txt

benjamin.peterson python-checkins at python.org
Wed Sep 10 23:47:14 CEST 2008


Author: benjamin.peterson
Date: Wed Sep 10 23:47:14 2008
New Revision: 66375

Log:
remove memoryview.size from PEP

Modified:
   peps/trunk/pep-3118.txt

Modified: peps/trunk/pep-3118.txt
==============================================================================
--- peps/trunk/pep-3118.txt	(original)
+++ peps/trunk/pep-3118.txt	Wed Sep 10 23:47:14 2008
@@ -525,7 +525,6 @@
 * ``shape``
 * ``strides``
 * ``suboffsets``
-* ``size``
 * ``readonly``
 * ``ndim``
 


More information about the Python-checkins mailing list