0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
The Python programming language
Go to file
Guido van Rossum 550fbcc2aa New getargs() function. Define macros with conventional names,
except get*str*arg --> get*Str*arg; get*str*arg fetches a C string.
1992-01-27 16:50:21 +00:00
Demo
Doc
Grammar Add '*' for varargs list. 1992-01-26 18:17:23 +00:00
Include New getargs() function. Define macros with conventional names, 1992-01-27 16:50:21 +00:00
Lib Use output from h2py. 1992-01-24 12:54:01 +00:00
Mac/Lib
Modules Cal get*Str*arg() instead of get*str*arg(), until the code is fixed. 1992-01-27 16:49:54 +00:00
Objects Get rid of redundant type checks. 1992-01-26 18:16:35 +00:00
Parser
Python Don't print "Unhandled exception: " when one occurs -- just print its name. 1992-01-27 16:48:10 +00:00
Tools/scripts