Go to file
Guido van Rossum 7ac4878773 Make nicer comments.
Added expanduser() and normcase() and isabs() and isfile().
1992-01-14 18:29:32 +00:00
Demo New == syntax 1992-01-01 19:35:13 +00:00
Doc Cosmetic changes; added more subsections to chapter 2; new syntax (==). 1992-01-07 16:44:35 +00:00
Grammar Added varargs syntax "def f(a, b, +c): ..." 1992-01-14 18:27:17 +00:00
Include Added SystemExit. 1991-12-31 13:13:47 +00:00
Lib Make nicer comments. 1992-01-14 18:29:32 +00:00
Mac/Lib New == syntax 1992-01-01 19:35:13 +00:00
Modules Converted to use == equality check syntax. 1992-01-12 17:18:12 +00:00
Objects Fixed bug in long masking ops. 1991-12-31 13:14:13 +00:00
Parser Add warning XXX that 09.9 isn't accepted. 1991-12-10 14:01:05 +00:00
Python Added UNPACK_VARARG code. 1992-01-14 18:29:20 +00:00
Tools/scripts New == syntax 1992-01-01 19:35:13 +00:00