[Python-checkins] r43202 - peps/trunk/pep-0353.txt

martin.v.loewis python-checkins at python.org
Tue Mar 21 20:06:40 CET 2006


Author: martin.v.loewis
Date: Tue Mar 21 20:06:39 2006
New Revision: 43202

Modified:
   peps/trunk/pep-0353.txt
Log:
Add lenfunc.


Modified: peps/trunk/pep-0353.txt
==============================================================================
--- peps/trunk/pep-0353.txt	(original)
+++ peps/trunk/pep-0353.txt	Tue Mar 21 20:06:39 2006
@@ -67,7 +67,7 @@
 transparently process long int objects.
 
 New function pointer typedefs ssizeargfunc, ssizessizeargfunc,
-ssizeobjargproc, and ssizessizeobjargproc are introduced. The
+ssizeobjargproc, ssizessizeobjargproc, and lenfunc are introduced. The
 buffer interface function types are now called readbufferproc,
 writebufferproc, segcountproc, and charbufferproc.
 


More information about the Python-checkins mailing list