We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac83dd commit 5047aebCopy full SHA for 5047aeb
docs/whatsnew.rst
@@ -5,6 +5,16 @@ What's New
5
6
.. _whats-new-0.14.x:
7
8
+What's new in version 0.14.3
9
+============================
10
+
11
+This is a bug-fix release:
12
13
+- Import ``thread`` contents as ``_thread`` on Py2, not ``dummy_thread`` (issue #124)
14
+- Add signed support for ``newint.to_bytes()`` (issue #128)
15
+- Fix ``OrderedDict.clear()`` on Py2.6 (issue #125)
16
+- Fix ``newrange`` equality and slicing (issue #129)
17
18
What's new in version 0.14.2
19
============================
20
0 commit comments