changeset: 94624:7ae156f07a90 user: Berker Peksag date: Sun Feb 15 00:45:57 2015 +0200 files: Doc/whatsnew/3.5.rst description: Add a whatsnew entry for issue #22003. Patch by David Wilson. diff -r 55f5e960cc40 -r 7ae156f07a90 Doc/whatsnew/3.5.rst --- a/Doc/whatsnew/3.5.rst Sun Feb 15 00:31:26 2015 +0200 +++ b/Doc/whatsnew/3.5.rst Sun Feb 15 00:45:57 2015 +0200 @@ -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).