]> granicus.if.org Git - python/commitdiff
docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)
authorYury Selivanov <yselivanov@sprymix.com>
Wed, 9 Sep 2015 13:32:07 +0000 (09:32 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Wed, 9 Sep 2015 13:32:07 +0000 (09:32 -0400)
Doc/library/compileall.rst

index a4c09cce2fbaa2cc6a4d6bda6ffe2995a6eda7e5..82f3753dfbb6de10ab51e7bd86d5bf28bf1d1975 100644 (file)
@@ -88,12 +88,9 @@ compile Python sources.
    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