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:
1616- ``tkinter.ttk `` support (issue #151)
1717- ``collections.ChainMap `` backport (issue #150)
1818- ``itertools.count `` backport for Py2.6 (issue #152)
19+ - Add constants to ``http.client `` such as ``HTTP_PORT `` and ``BAD_REQUEST `` (issue #137)
1920
2021Bug fixes:
2122
2223- Expand newint.__divmod__ and newint.__rdivmod__ to fall back to <type 'long'>
2324 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)
2526- Small doc fixes
2627- Improve robustness of test suite with .pyc files on Py2
2728
You can’t perform that action at this time.
0 commit comments