summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-09-11 04:24:09 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-09-11 04:24:09 (GMT)
commitbcc119a22ca98facc80e7350b3ffca3335c9d288 (patch)
tree01e60cdc702c9b36dd9cdb437b12a5a349bd3a40 /Misc
parentca2ca79d23645eb2ee457f64506d05f232c673c9 (diff)
downloadcpython-bcc119a22ca98facc80e7350b3ffca3335c9d288.zip
cpython-bcc119a22ca98facc80e7350b3ffca3335c9d288.tar.gz
cpython-bcc119a22ca98facc80e7350b3ffca3335c9d288.tar.bz2
Forward port of 51850 from release25-maint branch.
As mentioned on python-dev, reverting patch #1504333 because it introduced an infinite loop in rev 47154. This patch also adds a test to prevent the regression.
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 34c3e7c..6f12bce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,8 @@ Core and builtins
Library
-------
+- Reverted patch #1504333 to sgmllib because it introduced an infinite loop.
+
- Patch #1553314: Fix the inspect.py slowdown that was hurting IPython & SAGE
by adding smarter caching in inspect.getmodule()