summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2007-03-06 15:41:38 (GMT)
committerSkip Montanaro <skip@pobox.com>2007-03-06 15:41:38 (GMT)
commitd1287323ca3273f4408a5c3f3047c316b72ea78c (patch)
tree21084ff96849dfacef6a0eab9ad94788787cf526 /Misc/NEWS
parentab8a6bba250b35ea87d8976e9cd4dd74e57cfd0a (diff)
downloadcpython-d1287323ca3273f4408a5c3f3047c316b72ea78c.zip
cpython-d1287323ca3273f4408a5c3f3047c316b72ea78c.tar.gz
cpython-d1287323ca3273f4408a5c3f3047c316b72ea78c.tar.bz2
patch 1673619 - identify extension modules which cannot be built
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f3ba9d..f976761 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,9 @@ Core and builtins
Library
-------
+- Patch #1673619: setup.py identifies extension modules it doesn't know how
+ to build and those it knows how to build but that fail to build.
+
- Patch #912410: Replace HTML entity references for attribute values
in HTMLParser.