projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0189c01
)
There's a macro PycString_IMPORT which the documentation listed as
author
Guido van Rossum
<guido@python.org>
Mon, 25 Jan 1999 21:36:13 +0000
(21:36 +0000)
committer
Guido 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
patch
|
blob
|
history
diff --git
a/Include/cStringIO.h
b/Include/cStringIO.h
index c1328de0d8caf3686cd9069b350c4598de98fb3f..73894329345fd16a220257c9e31d9f817f0d9576 100644
(file)
--- 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:
- PycString
IO
_IMPORT
+ PycString_IMPORT
This would typically be done in your init function.