summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-03-03 09:46:07 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-03-03 09:46:07 (GMT)
commite869eb1953b1383c5fe4be7ac6d96245553ff1ba (patch)
treeccc6b89aa6bca5b0dc714e1f7f377e28488946c2 /Misc
parentff232d723089eb0c743265821db528494a661099 (diff)
downloadcpython-e869eb1953b1383c5fe4be7ac6d96245553ff1ba.zip
cpython-e869eb1953b1383c5fe4be7ac6d96245553ff1ba.tar.gz
cpython-e869eb1953b1383c5fe4be7ac6d96245553ff1ba.tar.bz2
Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.
Backported to 2.4.
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 92fb253..a313d6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,8 @@ Extension Modules
Library
-------
+- Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.
+
- Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush.
- Patch #1107973: Allow to iterate over the lines of a tarfile.ExFileObject.