File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ Type/class unification and new-style classes
1717 (formerly these were silently ignored). The only built-in methods
1818 that take keyword arguments are __call__, __init__ and __new__.
1919
20+ - The socket function has been converted to a type; see below.
21+
2022Core and builtins
2123
2224- Clarified the error messages for unsupported operands to an operator
@@ -26,7 +28,9 @@ Extension modules
2628
2729- The socket module defines a new method for socket objects,
2830 sendall(). This is like send() but may make multiple calls to
29- send() until all data has been sent.
31+ send() until all data has been sent. Also, the socket function has
32+ been converted to a subclassable type, like list and tuple (etc.)
33+ before it; socket and SocketType are now the same thing.
3034
3135- Various bugfixes to the curses module. There is now a test suite
3236 for the curses module (you have to run it manually).
5458
5559New platforms
5660
61+ - We've finally confirmed that this release builds on HP-UX 11.00,
62+ *with* threads, and passes the test suite.
63+
5764- Updated RISCOS port by Dietmar Schwertberger.
5865
5966Tests
You can’t perform that action at this time.
0 commit comments