]> granicus.if.org Git - python/commit
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 30 Nov 2017 10:40:24 +0000 (11:40 +0100)
committerGitHub <noreply@github.com>
Thu, 30 Nov 2017 10:40:24 +0000 (11:40 +0100)
commit5e3806f8cfd84722fc55d4299dc018ad9b0f8401
tree436f0a963001f590a1193dba5c84627ba59513c2
parent706e10b186992e086e661a62d2c8ec9588525b31
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)

* bpo-32101: Add sys.flags.dev_mode flag
  Rename also the "Developer mode" to the "Development mode".
* bpo-32101: Add PYTHONDEVMODE environment variable
  Mention it in the development chapiter.
Doc/library/development.rst
Doc/library/sys.rst
Doc/using/cmdline.rst
Doc/whatsnew/3.7.rst
Lib/asyncio/coroutines.py
Lib/test/test_cmd_line.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Library/2017-11-29-00-42-47.bpo-321010.-axD5l.rst [new file with mode: 0644]
Modules/main.c
Python/sysmodule.c