8000 Update What's New doc re http.client.HTTPMessage (issue #159) · thecodingchicken/python-future@462ced2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 462ced2

Browse files
committed
Update What's New doc re http.client.HTTPMessage (issue PythonCharmers#159)
1 parent 479d66e commit 462ced2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/whatsnew.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ What's New
55

66
.. _whats-new-0.14.x:
77

8-
What's new in version 0.14.4 (2015-06-03)
8+
What's new in version 0.14.4 (2015-07-25)
99
=========================================
1010

11-
This is primarily a bug-fix release. It adds some minor new features and
12-
fixes several small bugs.
11+
This is primarily a bug-fix release. It adds some minor new backward-compatible features and
12+
fixes several bugs.
1313

1414
Minor features:
1515

@@ -20,6 +20,7 @@ Minor features:
2020

2121
Bug fixes:
2222

23+
- Add ``HTTPMessage`` to ``http.client``, which is missing from ``httplib.__all__`` on Python <= 2.7.10. This fixes compatibility with the latest ``urllib3`` package (issue #159, thanks to Waldemar Kornewald)
2324
- Expand newint.__divmod__ and newint.__rdivmod__ to fall back to <type 'long'>
2425
implementations where appropriate (issue #146 - thanks to Matt Bogosian)
2526
- Fix newrange slicing for some slice/range combos (issue #132, thanks to Brad Walker)

0 commit comments

Comments
 (0)
0