]> granicus.if.org Git - python/commit
Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envva...
authorGeorg Brandl <georg@python.org>
Mon, 7 Jan 2008 17:09:35 +0000 (17:09 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 7 Jan 2008 17:09:35 +0000 (17:09 +0000)
commit2da0fceba7dd70334aacbab0708a8cbdff92e31d
treef93838b60f3c3216db03eaa24b32f4dc92389230
parentb3255ed8c937510076b641db28ab052ddaee1178
Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECODE envvar to skip writing bytecode.
Doc/library/sys.rst
Doc/using/cmdline.rst
Include/pydebug.h
Misc/NEWS
Modules/main.c
Python/import.c
Python/pythonrun.c
Python/sysmodule.c