Staging
v0.8.1
Revision 74608f8b8aa571089f8170b0d80bae6746b16f28 authored by Guido van Rossum on 30 December 1997, 05:44:10 UTC, committed by Guido van Rossum on 30 December 1997, 05:44:10 UTC
type for all functions.  However many function call PyArg_Parse() and
need a 0.  This is so that when they didn't change anything, the can
do Py_INCREF(args); return args.  Reverted this back.  For atof(),
there's no reason not to use PyArg_ParseTuple(), so I changed the code
(atoi and atol already used that).
1 parent 786205e
History
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.hgtags -rw-r--r-- 1.1 KB
Makefile.in -rw-r--r-- 16.5 KB
README -rw-r--r-- 38.7 KB
acconfig.h -rw-r--r-- 2.7 KB
config.h.in -rw-r--r-- 10.0 KB
configure -rwxr-xr-x 113.9 KB
configure.in -rw-r--r-- 18.0 KB
install-sh -rwxr-xr-x 2.1 KB

README

back to top