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 Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:49:58 +03:00
unix.rst Correct the README link in Unix install docs (#1245) 2017-04-21 10:24:57 -07:00
venv-create.inc Issue #27285: Document the deprecation of the pyvenv script. 2016-07-08 10:46:21 -07:00
win_installer.png Removes my username from the documentation. 2015-07-17 11:59:35 -07:00
windows.rst Improve the grammar in windows.rst (GH-1330) 2017-04-28 09:12:57 -07:00