summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-10-21 15:41:59 (GMT)
committerFred Drake <fdrake@acm.org>2003-10-21 15:41:59 (GMT)
commitde05032cc9d844f30c91d564298581244b53285d (patch)
tree6c5844842c7798956028ab455ab1c76ff1ea664c /Misc
parent2d59a4921234333b55e4f7b7f54d5649771d7c09 (diff)
downloadcpython-de05032cc9d844f30c91d564298581244b53285d.zip
cpython-de05032cc9d844f30c91d564298581244b53285d.tar.gz
cpython-de05032cc9d844f30c91d564298581244b53285d.tar.bz2
Note the update to Expat 1.95.7.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 52ed529..203972d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Core and builtins
Extension modules
-----------------
+- The xml.parsers.expat module now provides Expat 1.95.7.
+
- socket.IPPROTO_IPV6 was added.
- readline.clear_history was added.