Skip to content

Commit d784bab

Browse files
committed
Update What's New doc
1 parent 47c57e2 commit d784bab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/whatsnew.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ 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)
23+
- Add ``HTTPMessage`` to ``http.client``, which is missing from ``httplib.__all__`` on Python <= 2.7.10. This restores compatibility with the latest ``urllib3`` package (issue #159, thanks to Waldemar Kornewald)
2424
- Expand newint.__divmod__ and newint.__rdivmod__ to fall back to <type 'long'>
2525
implementations where appropriate (issue #146 - thanks to Matt Bogosian)
2626
- Fix newrange slicing for some slice/range combos (issue #132, thanks to Brad Walker)
27-
- Small doc fixes
28-
- Improve robustness of test suite with .pyc files on Py2
27+
- Small doc fixes (thanks to Michael Joseph and Tim Tröndle)
28+
- Improve robustness of test suite against opening .pyc files as text on Py2
2929

3030

3131
What's new in version 0.14.3 (2014-12-15)

0 commit comments

Comments
 (0)