summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2012-08-24 11:32:14 (GMT)
committerRoss Lagerwall <rosslagerwall@gmail.com>2012-08-24 11:32:14 (GMT)
commita4b070102aa3444ce7196fd8aa607ad5ea41da25 (patch)
tree3e59970d3bba0d740a139d02cd098b62c190b136 /Misc
parentffffa8e8b212006b9fcd859d2bbf22456542a9a2 (diff)
parentf2b34b8b9669598d4294488cf3bb8ab4465b7097 (diff)
downloadcpython-a4b070102aa3444ce7196fd8aa607ad5ea41da25.zip
cpython-a4b070102aa3444ce7196fd8aa607ad5ea41da25.tar.gz
cpython-a4b070102aa3444ce7196fd8aa607ad5ea41da25.tar.bz2
Merge with 3.2
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 d8c4ea0..36bf9c3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Core and Builtins
Library
-------
+- Issue #15777: Fix a refleak in _posixsubprocess.
+
- Issue ##665194: Update email.utils.localtime to use datetime.astimezone and
correctly handle historic changes in UTC offsets.