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
p
1 parent 5e7aad9 commit 30de5e7Copy full SHA for 30de5e7
Doc/library/compileall.rst
@@ -57,16 +57,15 @@ compile Python sources.
57
58
.. option:: -s strip_prefix
59
60
-.. warning::
61
Removing the prefix makes paths relative to it.
+ Can be used with ``p``
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
-
69
- ``-s`` and ``-p`` can be used simultaneously.
+ Can be used with ``s``
70
``-p /`` can be used to make the path absolute.
71
72
.. option:: -x regex
0 commit comments