Skip to content

Commit f3e3bed

Browse files
committed
What's New fix for bytes ↔ native_str conversions fixes
1 parent dac6ea8 commit f3e3bed

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
@@ -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

0 commit comments

Comments
 (0)