File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ 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 `` native_str ``
251- object and ``future.utils.native_str_to_bytes `` returns a ``newbytes `` on Py2.
250+ - The ``future.utils.bytes_to_native_str `` function now returns a platform-native string
251+ object and ``future.utils.native_str_to_bytes `` returns a ``newbytes `` object on Py2.
252252 (`Issue #47 <https://github.com/PythonCharmers/python-future/issues/47 >`_).
253253
254254- The backported ``http.client `` module and related modules use other new
You can’t perform that action at this time.
0 commit comments