8000
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 5047aeb commit ae772c3Copy full SHA for ae772c3
docs/whatsnew.rst
@@ -10,7 +10,7 @@ What's new in version 0.14.3
10
11
This is a bug-fix release:
12
13
-- Import ``thread`` contents as ``_thread`` on Py2, not ``dummy_thread`` (issue #124)
+- Expose contents of ``thread`` (not ``dummy_thread``) as ``_thread`` on Py2 (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)
0 commit comments