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 30de5e7 commit 5442260Copy full SHA for 5442260
Doc/library/compileall.rst
@@ -58,12 +58,12 @@ compile Python sources.
58
.. option:: -s strip_prefix
59
60
Removing the prefix makes paths relative to it.
61
+ You can remove (``s``) the given prefix of paths recorded in the ``.pyc`` files.
62
Can be used with ``p``
63
64
.. option:: -p prepend_prefix
65
- Remove (``-s``) or append (``-p``) the given prefix of paths
66
- recorded in the ``.pyc`` files.
+ You can append (``-p``) the given prefix of paths recorded in the ``.pyc`` files.
67
Cannot be combined with ``-d``.
68
Can be used with ``s``
69
``-p /`` can be used to make the path absolute.
0 commit comments