Skip to content

Commit a61c9ab

Browse files
committed
Doc fix for What's New page re. bytes_to_native_str
Thanks to @Veedrac for his pull request #47
1 parent 0e6d53e commit a61c9ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/whatsnew.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)