[Python-checkins] r57091 - peps/trunk/pep-3118.txt
travis.oliphant
python-checkins at python.org
Thu Aug 16 10:55:31 CEST 2007
Author: travis.oliphant
Date: Thu Aug 16 10:55:30 2007
New Revision: 57091
Modified:
peps/trunk/pep-3118.txt
Log:
Fix formatting of PEP-3118
Modified: peps/trunk/pep-3118.txt
==============================================================================
--- peps/trunk/pep-3118.txt (original)
+++ peps/trunk/pep-3118.txt Thu Aug 16 10:55:30 2007
@@ -477,6 +477,7 @@
success.
::
+
void PyObject_ReleaseBuffer(PyObject *obj, PyBuffer *view)
This is a C-API version of the releasebuffer function call. It checks
More information about the Python-checkins
mailing list