Commit 5844436a authored by Yury Selivanov's avatar Yury Selivanov

docs/whatsnew: Mention OrderedDict C implementation

parent ac5569b1
...@@ -97,6 +97,10 @@ Implementation improvements: ...@@ -97,6 +97,10 @@ Implementation improvements:
Significantly Improved Library Modules: Significantly Improved Library Modules:
* :class:`collections.OrderedDict` is now implemented in C, which improves
its performance between 4x to 100x times. Contributed by Eric Snow in
:issue:`16991`.
* You may now pass bytes to the :mod:`tempfile` module's APIs and it will * You may now pass bytes to the :mod:`tempfile` module's APIs and it will
return the temporary pathname as bytes instead of str. It also accepts return the temporary pathname as bytes instead of str. It also accepts
a value of ``None`` on parameters where only str was accepted in the past to a value of ``None`` on parameters where only str was accepted in the past to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment