File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,9 +247,9 @@ Many small improvements and fixes have been made across the project. Some highli
247247
248248- Improved compatibility with py2exe (`issue #31 <https://github.com/PythonCharmers/python-future/issues/31 >`_).
249249
250- - The ``future.utils.bytes_to_native_str `` function now returns a ``newbytes ``
251- object on Py2. (` Issue #47
252- <https://github.com/PythonCharmers/python-future/issues/47> `_).
250+ - The ``future.utils.bytes_to_native_str `` function now returns a ``native_str ``
251+ object and `` future.utils.native_str_to_bytes `` returns a `` newbytes `` on Py2.
252+ (` Issue #47 <https://github.com/PythonCharmers/python-future/issues/47 >`_).
253253
254254- The backported ``http.client `` module and related modules use other new
255255 backported modules such as ``email ``. As a result they are more compliant
You can’t perform that action at this time.
0 commit comments