summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2004-05-11 15:10:59 (GMT)
committerThomas Heller <theller@ctypes.org>2004-05-11 15:10:59 (GMT)
commit2e7c8328ae637b3c8fbb693fdd5ffd2de01e1256 (patch)
treeadb2a05a5a9b83ff5ed66f35819f96e317a01e34 /Misc
parent112f8f4f81c9453e86a4ea92bfecfd5d89975598 (diff)
downloadcpython-2e7c8328ae637b3c8fbb693fdd5ffd2de01e1256.zip
cpython-2e7c8328ae637b3c8fbb693fdd5ffd2de01e1256.tar.gz
cpython-2e7c8328ae637b3c8fbb693fdd5ffd2de01e1256.tar.bz2
Fix SF item #876278: Unbounded recursion in modulefinder.
Already backported to release23-maint.
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 809d2d9..f111d0e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -306,6 +306,8 @@ Extension modules
Library
-------
+- Bug #876278: Unbounded recursion in modulefinder
+
- Bug #780300: Swap public and system ID in LexicalHandler.startDTD.
Applications relying on the wrong order need to be corrected.