]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove outdated .pyo reference from msilib docs (GH-4461)
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 19 Nov 2017 10:04:25 +0000 (13:04 +0300)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2017 10:04:25 +0000 (13:04 +0300)
Since f299abdafa0f2b6eb7abae274861b19b361c96bc
the remove_pyc() method no longer tries to
remove .pyo files.

Doc/library/msilib.rst

index 3773a5c34e7dcedf13e4dc82b29001a95b6d1584..83b3d4973bf0d96dc4880c2ff3581eced2f91c6d 100644 (file)
@@ -398,7 +398,7 @@ Directory Objects
 
    .. method:: remove_pyc()
 
-      Remove ``.pyc``/``.pyo`` files on uninstall.
+      Remove ``.pyc`` files on uninstall.
 
 
 .. seealso::