We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-s
1 parent 8f2db41 commit 5e7aad9Copy full SHA for 5e7aad9
Doc/library/compileall.rst
@@ -56,18 +56,18 @@ compile Python sources.
56
executed.
57
58
.. option:: -s strip_prefix
59
+
60
+.. warning::
61
+ Removing the prefix makes paths relative to it.
62
63
.. option:: -p prepend_prefix
64
65
Remove (``-s``) or append (``-p``) the given prefix of paths
66
recorded in the ``.pyc`` files.
67
Cannot be combined with ``-d``.
68
-.. warning::
- Removing the prefix makes paths relative to it.
-
-.. note::
69
- - ``-s`` and ``-p`` can be used simultaneously.
70
- - ``-p /`` can be used to make the path absolute.
+ ``-s`` and ``-p`` can be used simultaneously.
+ ``-p /`` can be used to make the path absolute.
71
72
.. option:: -x regex
73
0 commit comments