You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/whatsnew.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ New features:
23
23
- ``tkinter.ttk`` support (issue #151)
24
24
- Backport of ``collections.ChainMap`` (issue #150)
25
25
- Backport of ``itertools.count`` for Py2.6 (issue #152)
26
+
- Enable and document support for the ``surrogateescape`` error handler for ``newstr`` and ``newbytes`` objects on Py2.x (issue #116). This feature is currently in alpha.
26
27
- Add constants to ``http.client`` such as ``HTTP_PORT`` and ``BAD_REQUEST`` (issue #137)
27
28
- Backport of ``reprlib.recursive_repr`` to Py2
28
-
- Enable support for the ``surrogateescape`` error handler for ``newstr`` and ``newbytes`` objects on Py2.x (issue #116). This feature is currently in alpha.
0 commit comments