]> granicus.if.org Git - python/commitdiff
fix reference to issue where the addition of select.PIPE_BUF was discussed
authorGiampaolo Rodolà <g.rodola@gmail.com>
Sat, 29 Jan 2011 13:24:33 +0000 (13:24 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Sat, 29 Jan 2011 13:24:33 +0000 (13:24 +0000)
Doc/whatsnew/3.2.rst

index 4f86722513e245a9cf6e926f0e507b587036d52d..d402b281b42b972ae1a190b1847500319650b67d 100644 (file)
@@ -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
 ----------------