cpython/Doc/using
Nick Coghlan eb81795d7d bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
- removes PY_WARN_ON_C_LOCALE build time flag
- locale coercion and compatibility warnings are now always compiled
  in, but are off by default
- adds PYTHONCOERCECLOCALE=warn runtime option to aid in
  debugging potentially locale related compatibility problems

Due to not-yet-resolved test failures on *BSD systems (including
Mac OS X), this also temporarily disables UTF-8 as a locale coercion
target, and skips testing the interpreter's behavior in the POSIX locale.
2017-06-18 12:29:42 +10:00
..
cmdline.rst bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260) 2017-06-18 12:29:42 +10:00
index.rst Fix trivial typo in Readme (GH-2185) 2017-06-14 06:32:06 -07:00
mac.rst
unix.rst Correct the README link in Unix install docs (#1245) 2017-04-21 10:24:57 -07:00
venv-create.inc
win_installer.png
windows.rst Improve the grammar in windows.rst (GH-1330) 2017-04-28 09:12:57 -07:00