8000 Update What's New doc re http.client constants · thecodingchicken/python-future@92f28df · GitHub
[go: up one dir, main page]

Skip to content

Commit 92f28df

Browse files
committed
Update What's New doc re http.client constants
1 parent 37e1278 commit 92f28df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/whatsnew.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2021
Bug 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

0 commit comments

Comments
 (0)
0