diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-02-25 03:04:40 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-02-25 03:04:40 (GMT) |
commit | 186b606d8a2ea4fd51b7286813302c8e8c7006cc (patch) | |
tree | 0ddf940b844971caa235adf62bc162a931394a51 /Misc/NEWS.d/next/Documentation/2018-02-23-12-48-03.bpo-17232.tmuTKL.rst | |
parent | 6cdb7954b0a578d899e4b78b868ea59eef08480a (diff) | |
download | cpython-186b606d8a2ea4fd51b7286813302c8e8c7006cc.zip cpython-186b606d8a2ea4fd51b7286813302c8e8c7006cc.tar.gz cpython-186b606d8a2ea4fd51b7286813302c8e8c7006cc.tar.bz2 |
bpo-17232: Clarify docs for -O and -OO command line options (#5839)
The 'optimization' is for space in the executable file, not for run time.
Diffstat (limited to 'Misc/NEWS.d/next/Documentation/2018-02-23-12-48-03.bpo-17232.tmuTKL.rst')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-02-23-12-48-03.bpo-17232.tmuTKL.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-02-23-12-48-03.bpo-17232.tmuTKL.rst b/Misc/NEWS.d/next/Documentation/2018-02-23-12-48-03.bpo-17232.tmuTKL.rst new file mode 100644 index 0000000..5c14e91 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-02-23-12-48-03.bpo-17232.tmuTKL.rst @@ -0,0 +1 @@ +Clarify docs for -O and -OO. Patch by Terry Reedy. |