[Python-checkins] Remove outdated .pyo reference from msilib docs (GH-4461)

Berker Peksag webhook-mailer at python.org
Sun Nov 19 05:04:28 EST 2017


https://github.com/python/cpython/commit/b56becb373f01c7e285f028bde640f0864d0240e
commit: b56becb373f01c7e285f028bde640f0864d0240e
branch: master
author: Berker Peksag <berker.peksag at gmail.com>
committer: GitHub <noreply at github.com>
date: 2017-11-19T13:04:25+03:00
summary:

Remove outdated .pyo reference from msilib docs (GH-4461)

Since f299abdafa0f2b6eb7abae274861b19b361c96bc
the remove_pyc() method no longer tries to
remove .pyo files.

files:
M Doc/library/msilib.rst

diff --git a/Doc/library/msilib.rst b/Doc/library/msilib.rst
index 3773a5c34e7..83b3d4973bf 100644
--- a/Doc/library/msilib.rst
+++ b/Doc/library/msilib.rst
@@ -398,7 +398,7 @@ Directory Objects
 
    .. method:: remove_pyc()
 
-      Remove ``.pyc``/``.pyo`` files on uninstall.
+      Remove ``.pyc`` files on uninstall.
 
 
 .. seealso::



More information about the Python-checkins mailing list