From: Giampaolo Rodolà Date: Sat, 29 Jan 2011 13:24:33 +0000 (+0000) Subject: fix reference to issue where the addition of select.PIPE_BUF was discussed X-Git-Tag: v3.2rc2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac039aee4db2adceac60132eefd46b5fd431238b;p=thirdparty%2FPython%2Fcpython.git fix reference to issue where the addition of select.PIPE_BUF was discussed --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 4f86722513e2..d402b281b42b 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 ----------------