diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-02-14 22:45:57 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-02-14 22:45:57 (GMT) |
commit | 9121fe849e14e4fbdc9a330af0d430a464f25c79 (patch) | |
tree | 993a643ac80b3fcee04e15ffb57f58ea6c973c51 /Doc/whatsnew | |
parent | 9ab1cc4fe49fe613a0d09d91fc4f07bc8730af36 (diff) | |
download | cpython-9121fe849e14e4fbdc9a330af0d430a464f25c79.zip cpython-9121fe849e14e4fbdc9a330af0d430a464f25c79.tar.gz cpython-9121fe849e14e4fbdc9a330af0d430a464f25c79.tar.bz2 |
Add a whatsnew entry for issue #22003.
Patch by David Wilson.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | 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 index 50ff1c1..7c4e530 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -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). |