[Python-checkins] r88230 - python/branches/py3k/Doc/whatsnew/3.2.rst
giampaolo.rodola
python-checkins at python.org
Sat Jan 29 14:24:34 CET 2011
Author: giampaolo.rodola
Date: Sat Jan 29 14:24:33 2011
New Revision: 88230
Log:
fix reference to issue where the addition of select.PIPE_BUF was discussed
Modified:
python/branches/py3k/Doc/whatsnew/3.2.rst
Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst (original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst Sat Jan 29 14:24:33 2011
@@ -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
----------------
More information about the Python-checkins
mailing list