]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a whatsnew entry for issue #22003.
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 14 Feb 2015 22:45:57 +0000 (00:45 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 14 Feb 2015 22:45:57 +0000 (00:45 +0200)
Patch by David Wilson.

Doc/whatsnew/3.5.rst

index 50ff1c15d342d17c27eeedbbb38ee93a1e865443..7c4e530c2478a792aea66c7d8b695365637fabeb 100644 (file)
@@ -400,7 +400,8 @@ The following performance enhancements have been added:
   (: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).