From: Guido van Rossum Date: Mon, 25 Jan 1999 21:36:13 +0000 (+0000) Subject: There's a macro PycString_IMPORT which the documentation listed as X-Git-Tag: v1.5.2b2~284 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7999bfb2357f4dd97555b0b85605f115923faa5d;p=thirdparty%2FPython%2Fcpython.git There's a macro PycString_IMPORT which the documentation listed as 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. --- diff --git a/Include/cStringIO.h b/Include/cStringIO.h index c1328de0d8ca..73894329345f 100644 --- a/Include/cStringIO.h +++ b/Include/cStringIO.h @@ -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.