Go to file
Guido van Rossum a76fb5b653 Comparison operators '<=' '>' '<>' are now 1 token.
Also support '!=' and '==' as alternatives for '<>' and '='.
1991-10-20 20:10:09 +00:00
Demo Fix typo. 1991-09-15 21:26:52 +00:00
Doc Too much to describe changed... 1991-08-16 09:13:42 +00:00
Grammar Comparison operators '<=' '>' '<>' are now 1 token. 1991-10-20 20:10:09 +00:00
Include Added/moved dict2 interfaces. 1991-08-16 09:00:42 +00:00
Lib Initial revision 1991-09-17 08:12:16 +00:00
Mac/Lib macpath.cat --> join 1991-08-16 13:27:45 +00:00
Modules Return window ID of form (later should use attr list liek objects). 1991-09-13 15:32:37 +00:00
Objects getlonglongargs --> getlonglongarg 1991-09-10 14:55:58 +00:00
Parser Added work-arounds for MPW 3.{1,2?} code generation bug. 1991-09-10 14:53:39 +00:00
Python getlonglongargs --> getlonglongarg 1991-09-10 14:56:32 +00:00
Tools/scripts Use posix.popen to read output from a command instead if command.get*. 1991-07-01 18:23:06 +00:00