]> granicus.if.org Git - python/commitdiff
Remove outdated .pyo reference from msilib docs (GH-4461)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Nov 2017 10:11:48 +0000 (02:11 -0800)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 19 Nov 2017 10:11:48 +0000 (13:11 +0300)
Since f299abdafa0f2b6eb7abae274861b19b361c96bc
the remove_pyc() method no longer tries to
remove .pyo files.
(cherry picked from commit b56becb373f01c7e285f028bde640f0864d0240e)

Doc/library/msilib.rst

index 49e734be46186a705f2454cce56657026e3b108c..854431742ed26985d23c0b04f8a166622727d848 100644 (file)
@@ -392,7 +392,7 @@ Directory Objects
 
    .. method:: remove_pyc()
 
-      Remove ``.pyc``/``.pyo`` files on uninstall.
+      Remove ``.pyc`` files on uninstall.
 
 
 .. seealso::