[Python-checkins] cpython: Add a whatsnew entry for issue #22003.

berker.peksag python-checkins at python.org
Sat Feb 14 23:45:28 CET 2015


https://hg.python.org/cpython/rev/7ae156f07a90
changeset:   94624:7ae156f07a90
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Feb 15 00:45:57 2015 +0200
summary:
  Add a whatsnew entry for issue #22003.

Patch by David Wilson.

files:
  Doc/whatsnew/3.5.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -400,7 +400,8 @@
   (:issue:`21486`, :issue:`21487`, :issue:`20826`)
 
 * Many operations on :class:`io.BytesIO` are now 50% to 100% faster.
-  (Contributed by Serhiy Storchaka in :issue:`15381`.)
+  (Contributed by Serhiy Storchaka in :issue:`15381` and David Wilson in
+  :issue:`22003`.)
 
 * :func:`marshal.dumps` is now faster (65%-85% with versions 3--4, 20-25% with
   versions 0--2 on typical data, and up to 5x in best cases).

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list