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.
compileall.rst
-s
-p
1 parent 96905bd commit 8f2db41Copy full SHA for 8f2db41
Doc/library/compileall.rst
@@ -62,6 +62,13 @@ compile Python sources.
62
recorded in the ``.pyc`` files.
63
Cannot be combined with ``-d``.
64
65
+.. warning::
66
+ Removing the prefix makes paths relative to it.
67
+
68
+.. note::
69
+ - ``-s`` and ``-p`` can be used simultaneously.
70
+ - ``-p /`` can be used to make the path absolute.
71
72
.. option:: -x regex
73
74
regex is used to search the full path to each file considered for
0 commit comments