bpo-29770: remove outdated PYO related info (GH-590)

This commit is contained in:
Xiang Zhang 2017-03-11 13:02:52 +08:00 committed by GitHub
parent 70ee0cd5c2
commit 0710d75425
10 changed files with 25 additions and 31 deletions

View file

@ -532,8 +532,8 @@ conflict.
.. envvar:: PYTHONDONTWRITEBYTECODE
If this is set to a non-empty string, Python won't try to write ``.pyc`` or
``.pyo`` files on the import of source modules. This is equivalent to
If this is set to a non-empty string, Python won't try to write ``.pyc``
files on the import of source modules. This is equivalent to
specifying the :option:`-B` option.