summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.2.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-02-18 00:53:55 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-02-18 00:53:55 (GMT)
commit8f0ae9a17f86f60d84ef3606d033b8ac6831062d (patch)
tree76cdec50ef0fd977c44583d8bd6ffbe6623abb49 /Doc/whatsnew/3.2.rst
parent03a6e6630bd9ac8c46e7362b7d868b4db26dd74b (diff)
downloadcpython-8f0ae9a17f86f60d84ef3606d033b8ac6831062d.zip
cpython-8f0ae9a17f86f60d84ef3606d033b8ac6831062d.tar.gz
cpython-8f0ae9a17f86f60d84ef3606d033b8ac6831062d.tar.bz2
Doc fixups.
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r--Doc/whatsnew/3.2.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index b57a725..860e10b 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1354,7 +1354,8 @@ popen
The :func:`os.popen` and :func:`subprocess.Popen` functions now support
:keyword:`with` statements for auto-closing of the file descriptors.
-(Contributed by Antoine Pitrou in :issue:`7461`.)
+(Contributed by Antoine Pitrou and Brian Curtin in :issue:`7461` and
+:issue:`10554`.)
select
------