Staging
v0.5.1
https://github.com/python/cpython
Revision c89705d6975ffb1e4a3764f4f36bab339f969e8f authored by Guido van Rossum on 26 November 1992, 08:54:07 UTC, committed by Guido van Rossum on 26 November 1992, 08:54:07 UTC
* Makefile: change default source directory
* socketmodule.c: added getsockname and getpeername
* bltinmodule.c: corrected typo in type() error message
* Added new built-in functions str() and repr(): repr(x) == `x`;
  str(x) == x if x is a string, otherwise str(x) == repr(x).
* Added joinfields to stropmodule.c (string.join calls joinfields now)
1 parent df9320f
History
Tip revision: c89705d6975ffb1e4a3764f4f36bab339f969e8f authored by Guido van Rossum on 26 November 1992, 08:54:07 UTC
* config.c: Added audioop to lists.
Tip revision: c89705d

back to top