]> granicus.if.org Git - python/commitdiff
There's a macro PycString_IMPORT which the documentation listed as
authorGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 21:36:13 +0000 (21:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 21:36:13 +0000 (21:36 +0000)
PycStringIO_IMPORT.  While arguably the name used in the documentation
is more consistent, I think it's probably safer not to change the
macro definition and instead fix the doco.

Include/cStringIO.h

index c1328de0d8caf3686cd9069b350c4598de98fb3f..73894329345fd16a220257c9e31d9f817f0d9576 100644 (file)
@@ -65,7 +65,7 @@
   Before calling any of the functions or macros, you must initialize
   the routines with:
 
-    PycStringIO_IMPORT
+    PycString_IMPORT
 
   This would typically be done in your init function.