summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-01 21:08:21 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-01 21:08:21 (GMT)
commit75f82fdb7a0b0a2977fe7be9693295b86f80e3bd (patch)
tree11099b6f29156cc7c22b5c58abd1a766d0500817 /Misc
parent4c0e894e695d88a72faeb01157348b68a31fadbb (diff)
downloadcpython-75f82fdb7a0b0a2977fe7be9693295b86f80e3bd.zip
cpython-75f82fdb7a0b0a2977fe7be9693295b86f80e3bd.tar.gz
cpython-75f82fdb7a0b0a2977fe7be9693295b86f80e3bd.tar.bz2
Merged revisions 78563 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78563 | florent.xicluna | 2010-03-01 21:45:01 +0100 (lun, 01 mar 2010) | 2 lines #7808: Fix reference leaks in _bsddb and related tests. ........
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 fba0467..a918937 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -241,6 +241,8 @@ Library
Extension Modules
-----------------
+- Issue #7808: Fix reference leaks in _bsddb and related tests.
+
- Stop providing crtassem.h symbols when compiling with Visual Studio 2010, as
msvcr100.dll is not a platform assembly anymore.