File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ Minor features:
16
16
- ``tkinter.ttk `` support (issue #151)
17
17
- ``collections.ChainMap `` backport (issue #150)
18
18
- ``itertools.count `` backport for Py2.6 (issue #152)
19
+ - Add constants to ``http.client `` such as ``HTTP_PORT `` and ``BAD_REQUEST `` (issue #137)
19
20
20
21
Bug fixes:
21
22
22
23
- Expand newint.__divmod__ and newint.__rdivmod__ to fall back to <type 'long'>
23
24
implementations where appropriate (issue #146 - thanks to Matt Bogosian)
24
- - 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)
25
26
- Small doc fixes
26
27
- Improve robustness of test suite with .pyc files on Py2
27
28
You can’t perform that action at this time.
0 commit comments