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.
This commit is contained in:
parent
0189c010c3
commit
7999bfb235
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue