We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e1278 commit 92f28dfCopy full SHA for 92f28df
1 file changed
docs/whatsnew.rst
@@ -16,12 +16,13 @@ Minor features:
16
- ``tkinter.ttk`` support (issue #151)
17
- ``collections.ChainMap`` backport (issue #150)
18
- ``itertools.count`` backport for Py2.6 (issue #152)
19
+- Add constants to ``http.client`` such as ``HTTP_PORT`` and ``BAD_REQUEST`` (issue #137)
20
21
Bug fixes:
22
23
- Expand newint.__divmod__ and newint.__rdivmod__ to fall back to <type 'long'>
24
implementations where appropriate (issue #146 - thanks to Matt Bogosian)
-- Fixed newrange slicing for some slice/range combos (issue #132, thanks to Brad Walker)
25
+- Fix newrange slicing for some slice/range combos (issue #132, thanks to Brad Walker)
26
- Small doc fixes
27
- Improve robustness of test suite with .pyc files on Py2
28
0 commit comments