cpython/Doc/using
Victor Stinner 22eb689cf3
bpo-37388: Development mode check encoding and errors (GH-14341)
In development mode and in debug build, encoding and errors arguments
are now checked on string encoding and decoding operations. Examples:
open(), str.encode() and bytes.decode().

By default, for best performances, the errors argument is only
checked at the first encoding/decoding error, and the encoding
argument is sometimes ignored for empty strings.
2019-06-26 00:51:05 +02:00
..
cmdline.rst bpo-37388: Development mode check encoding and errors (GH-14341) 2019-06-26 00:51:05 +02:00
index.rst Fix trivial typo in Readme (GH-2185) 2017-06-14 06:32:06 -07:00
mac.rst bpo-37216: update version to 3.9 in mac using document (GH-13966) 2019-06-13 01:04:13 -04:00
unix.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
venv-create.inc bpo-34556: Add --upgrade-deps to venv module (#13100) 2019-06-17 19:18:13 +01:00
win_installer.png bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) 2018-07-01 16:02:52 +09:00
windows.rst Fix typos in docs and docstrings (GH-13745) 2019-06-03 01:12:33 +02:00