• Guido van Rossum's avatar
    * config.c: Added audioop to lists. · c89705d6
    Guido van Rossum authored
    * 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)
    c89705d6
socketmodule.c 21.8 KB