]> 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:24:08 +0000 (19:24 -0800)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 03:24:08 +0000 (19:24 -0800)
commitb5655f3d187084579ff389dbd8734742a8b66cbc
treede44aff3af2d01836b3629b5184532b14ec8c362
parent01d9c23e470d708b922a1085347404000e985c0f
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