summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-05-29 16:01:34 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-05-29 16:01:34 (GMT)
commite23c8683a5e11307e4a3528826e0b84fa3fb5660 (patch)
treeaba54bc3c3ab191bd548e45160de84e8af81db74 /Misc
parentb6a748b817205413ac75ccee5f9b4728b5ea3b2d (diff)
downloadcpython-e23c8683a5e11307e4a3528826e0b84fa3fb5660.zip
cpython-e23c8683a5e11307e4a3528826e0b84fa3fb5660.tar.gz
cpython-e23c8683a5e11307e4a3528826e0b84fa3fb5660.tar.bz2
Merged revisions 73016 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73016 | martin.v.loewis | 2009-05-29 17:58:08 +0200 (Fr, 29 Mai 2009) | 2 lines Issue #4873: Fix resource leaks in error cases of pwd and grp. ........
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 8cc76a2..b98a368 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,8 @@ Installation
Extension Modules
-----------------
+- Issue #4873: Fix resource leaks in error cases of pwd and grp.
+
- Issue #6093: Fix off-by-one error in locale.strxfrm.
- The _functools and _locale modules are now built into the libpython shared