]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mention patch #841977: modulefinder didn't find extension modules in packages
authorThomas Heller <theller@ctypes.org>
Fri, 14 Nov 2003 10:27:26 +0000 (10:27 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 14 Nov 2003 10:27:26 +0000 (10:27 +0000)
Misc/NEWS

index 50314afbc7c1c8223ce3c2f2aa026f33b2e040b9..bcb3b5f1d7620e17a94fb540e45d415c5f9e2637 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@ Extension modules
 Library
 -------
 
+- Patch #841977: modulefinder didn't find extension modules
+  in packages
+
 - Bug #792101: Add missing file operations for httplib.SSLFile.
 
 - Bug #811082: test_tempfile fails if space in install directory.