summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-04-29 21:07:16 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-04-29 21:07:16 (GMT)
commit4a7751ccb5539c211a03c9ee3e930e05152e29a1 (patch)
tree885dd507f6a88033885863eb61f247f05c0cb5e9 /Misc
parent1b0be2d4c64b11b0884b625d6c62259e0c51424b (diff)
downloadcpython-4a7751ccb5539c211a03c9ee3e930e05152e29a1.zip
cpython-4a7751ccb5539c211a03c9ee3e930e05152e29a1.tar.gz
cpython-4a7751ccb5539c211a03c9ee3e930e05152e29a1.tar.bz2
document socket speed reclamation. Patch 729293.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 47dd80e..84699d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Extension modules
Library
-------
+- Fixed socket speed loss caused by use of the _socketobject wrapper class
+ in socket.py.
+
Tools/Demos
-----------