The Python programming language
Go to file
Guido van Rossum 8ec25b410c If sys.trace is None, don't trace. For exceptions, only use
the local trace function.
1992-01-19 16:26:13 +00:00
Demo New == syntax 1992-01-01 19:35:13 +00:00
Doc Another round of careful revisions. 1992-01-17 14:03:20 +00:00
Grammar Added varargs syntax "def f(a, b, +c): ..." 1992-01-14 18:27:17 +00:00
Include New function gettupleslice(v, i, j). 1992-01-14 18:45:33 +00:00
Lib Added 'r(et)v(al) command. 1992-01-16 13:55:21 +00:00
Mac/Lib New == syntax 1992-01-01 19:35:13 +00:00
Modules Added close method for menus. 1992-01-14 18:41:24 +00:00
Objects New function gettupleslice(v, i, j). 1992-01-14 18:45:33 +00:00
Parser Add warning XXX that 09.9 isn't accepted. 1991-12-10 14:01:05 +00:00
Python If sys.trace is None, don't trace. For exceptions, only use 1992-01-19 16:26:13 +00:00
Tools/scripts New == syntax 1992-01-01 19:35:13 +00:00