0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
The Python programming language
Go to file
Guido van Rossum d014ea6b5e * classobject.c: in instance_lenth, test result of call_object
for exception before using it.  Fixed a few other places where the
  outcome of calling sq_length wasn't tested for exceptions
  (bltinmodule.c, ceval.c).
1992-11-26 10:30:26 +00:00
Demo *** empty log message *** 1992-11-16 16:56:04 +00:00
Doc
Grammar
Include * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Lib * mainloop.py: added facility for calling select(). Also added 1992-11-26 09:17:19 +00:00
Mac/Lib
Modules * config.c: Added audioop to lists. 1992-11-26 08:54:07 +00:00
Objects * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
Parser * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Python * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
Tools/scripts