Merged revisions 74727 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r74727 | benjamin.peterson | 2009-09-08 18:04:22 -0500 (Tue, 08 Sep 2009) | 1 line
#6865 fix ref counting in initialization of pwd module
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 0f4d90e..d81de70 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -778,6 +778,9 @@
Library
-------
+- Issue #6865: Fix reference counting issue in the initialization of the pwd
+ module.
+
- Issue #3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an
exception.