mirror of https://github.com/python/cpython.git
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
|
@ -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…
Reference in New Issue