Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8644321

Browse files
committed
News about the socket type and the HP-UX port.
1 parent 384ca9c commit 8644321

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
2022
Core 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).
@@ -54,6 +58,9 @@ C API
5458

5559
New 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

5966
Tests

0 commit comments

Comments
 (0)