[Python-checkins] cpython (3.5): docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)
yury.selivanov
python-checkins at python.org
Wed Sep 9 15:32:36 CEST 2015
https://hg.python.org/cpython/rev/a172a8035a93
changeset: 97810:a172a8035a93
branch: 3.5
parent: 97808:8b9640aa3f1f
user: Yury Selivanov <yselivanov at sprymix.com>
date: Wed Sep 09 09:32:07 2015 -0400
summary:
docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)
files:
Doc/library/compileall.rst | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/Doc/library/compileall.rst b/Doc/library/compileall.rst
--- a/Doc/library/compileall.rst
+++ b/Doc/library/compileall.rst
@@ -88,12 +88,9 @@
Added the ``-i``, ``-b`` and ``-h`` options.
.. versionchanged:: 3.5
-
- * Added the ``-j`` and ``-r`` options.
- * ``-q`` option was changed to a multilevel value.
- * ``-qq`` option.
- * ``-b`` will always produce a byte-code file ending in ``.pyc``,
- never ``.pyo``.
+ Added the ``-j``, ``-r``, and ``-qq`` options. ``-q`` option
+ was changed to a multilevel value. ``b`` will always produce a
+ byte-code file ending in ``.pyc``, never ``.pyo``.
There is no command-line option to control the optimization level used by the
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list