commit | ac039aee4db2adceac60132eefd46b5fd431238b | [log] [tgz] |
---|---|---|
author | Giampaolo RodolĂ <g.rodola@gmail.com> | Sat Jan 29 13:24:33 2011 +0000 |
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | Sat Jan 29 13:24:33 2011 +0000 |
tree | 2c5f8102e72edbc6519bf2a5d7697f99f8048400 | |
parent | 80f75e684e5a67d24bc327c3fc9e78a27ef0ef8c [diff] |
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 4f86722..d402b28 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst
@@ -1314,7 +1314,7 @@ >>> 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 ----------------