From 7999bfb2357f4dd97555b0b85605f115923faa5d Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 25 Jan 1999 21:36:13 +0000 Subject: 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. --- Include/cStringIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/cStringIO.h b/Include/cStringIO.h index c1328de..7389432 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. -- cgit v0.12