summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-03-17 19:17:34 (GMT)
committerGeorg Brandl <georg@python.org>2006-03-17 19:17:34 (GMT)
commitbc45a3f8210213986e12dfecd7c12b8a45b4f16b (patch)
tree290112e792ae1587f3c2db552975f8e06de05d4c /Misc
parent5c170fd4a9d2bc2e475d718cbbce526cad4a3eaa (diff)
downloadcpython-bc45a3f8210213986e12dfecd7c12b8a45b4f16b.zip
cpython-bc45a3f8210213986e12dfecd7c12b8a45b4f16b.tar.gz
cpython-bc45a3f8210213986e12dfecd7c12b8a45b4f16b.tar.bz2
RFE #567972: Socket objects' family, type and proto properties are
now exposed via new get...() methods.
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 96a2f5e..98b2162 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -291,6 +291,9 @@ Core and builtins
Extension Modules
-----------------
+- RFE #567972: Socket objects' family, type and proto properties are
+ now exposed via new get...() methods.
+
- Everything under lib-old was removed. This includes the following modules:
Para, addpack, cmp, cmpcache, codehack, dircmp, dump, find, fmt, grep,
lockfile, newdir, ni, packmail, poly, rand, statcache, tb, tzparse,