]> granicus.if.org Git - python/commit
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 25 Feb 2018 03:46:16 +0000 (19:46 -0800)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 03:46:16 +0000 (19:46 -0800)
commitfc9471a888f373aedff3c118ae9a6cbf2037bd7c
tree2a20a22f87d40c43fffed19c37e9754cb77f3cad
parentaab225840360719516eca55a7a69cfee45aee2af
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)

The 'optimization' is for space in the executable file, not for run time.
(cherry picked from commit 186b606d8a2ea4fd51b7286813302c8e8c7006cc)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Doc/using/cmdline.rst
Misc/NEWS.d/next/Documentation/2018-02-23-12-48-03.bpo-17232.tmuTKL.rst [new file with mode: 0644]
Misc/python.man
Modules/main.c