diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-11-27 19:40:22 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-11-27 19:40:22 (GMT) |
commit | 94681fc4a35be6a87ceae0daeb687a711699806b (patch) | |
tree | c1ae89e6662e3756a1dbccdbf4a071bb325dd814 /Misc/NEWS | |
parent | 04bf7241e4d936dc1438880f3d96c9faf2eea208 (diff) | |
download | cpython-94681fc4a35be6a87ceae0daeb687a711699806b.zip cpython-94681fc4a35be6a87ceae0daeb687a711699806b.tar.gz cpython-94681fc4a35be6a87ceae0daeb687a711699806b.tar.bz2 |
Patch #849595: Add socket.shutdown() constants.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,8 @@ Core and builtins Extension modules ----------------- +- socket.SHUT_{RD,WR,RDWR} was added. + - os.getsid was added. - The pwd module incorrectly advertised its struct type as |