mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
Remove outdated .pyo reference from msilib docs (GH-4461)
Since f299abdafa
the remove_pyc() method no longer tries to
remove .pyo files.
This commit is contained in:
parent
7750bded92
commit
b56becb373
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ Directory Objects
|
||||||
|
|
||||||
.. method:: remove_pyc()
|
.. method:: remove_pyc()
|
||||||
|
|
||||||
Remove ``.pyc``/``.pyo`` files on uninstall.
|
Remove ``.pyc`` files on uninstall.
|
||||||
|
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue