Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Doc/library/compileall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ compile Python sources.
recorded in the ``.pyc`` files.
Cannot be combined with ``-d``.

.. warning::
Removing the prefix makes paths relative to it.

.. note::
- ``-s`` and ``-p`` can be used simultaneously.
- ``-p /`` can be used to make the path absolute.

.. option:: -x regex

regex is used to search the full path to each file considered for
Expand Down
Loading