Issue #28432: Merge from 3.5

This commit is contained in:
Berker Peksag 2016-10-17 00:46:37 +03:00
commit b8bddec4e0
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ system.
Encode a Unicode object to the current locale encoding. The
supported error handlers are ``"strict"`` and ``"surrogateescape"``
(:pep:`383`). The encoder uses ``"strict"`` error handler if
*errors* is ``NULL``. Return a :class:`bytes` object. *str* cannot
*errors* is ``NULL``. Return a :class:`bytes` object. *unicode* cannot
contain embedded null characters.
Use :c:func:`PyUnicode_EncodeFSDefault` to encode a string to