summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorGiampaolo Rodolà <g.rodola@gmail.com>2011-01-29 13:24:33 (GMT)
committerGiampaolo Rodolà <g.rodola@gmail.com>2011-01-29 13:24:33 (GMT)
commitac039aee4db2adceac60132eefd46b5fd431238b (patch)
tree2c5f8102e72edbc6519bf2a5d7697f99f8048400 /Doc/whatsnew
parent80f75e684e5a67d24bc327c3fc9e78a27ef0ef8c (diff)
downloadcpython-ac039aee4db2adceac60132eefd46b5fd431238b.zip
cpython-ac039aee4db2adceac60132eefd46b5fd431238b.tar.gz
cpython-ac039aee4db2adceac60132eefd46b5fd431238b.tar.bz2
fix reference to issue where the addition of select.PIPE_BUF was discussed
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 4f86722..d402b28 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1314,7 +1314,7 @@ for writing.
>>> select.PIPE_BUF
512
-(Available on Unix systems. Patch by Sébastien Sablé in :issue:`85554`)
+(Available on Unix systems. Patch by Sébastien Sablé in :issue:`9862`)
gzip and zipfile
----------------