diff options
author | Georg Brandl <georg@python.org> | 2008-05-12 18:05:20 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-12 18:05:20 (GMT) |
commit | e6bcc9145e3ecae592dd2e24da5508f34022b920 (patch) | |
tree | 407b0d02ac1d4e16d0d30d6b2795d4d1345201d2 /Doc/using/cmdline.rst | |
parent | c73728373c767119271e3813b3f4d182c845a297 (diff) | |
download | cpython-e6bcc9145e3ecae592dd2e24da5508f34022b920.zip cpython-e6bcc9145e3ecae592dd2e24da5508f34022b920.tar.gz cpython-e6bcc9145e3ecae592dd2e24da5508f34022b920.tar.bz2 |
Remove many "versionchanged" items that didn't use the official markup,
but just some text embedded in the docs.
Also remove paragraph about implicit relative imports from tutorial.
Diffstat (limited to 'Doc/using/cmdline.rst')
-rw-r--r-- | Doc/using/cmdline.rst | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 8704b7f..ae661ce 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -130,9 +130,6 @@ source. added to the start of :data:`sys.path` and the ``__main__.py`` file in that location is executed as the :mod:`__main__` module. - .. versionchanged:: 2.5 - Directories and zipfiles containing a ``__main__.py`` file at the top - level are now considered valid Python scripts. If no interface option is given, :option:`-i` is implied, ``sys.argv[0]`` is an empty string (``""``) and the current directory will be added to the @@ -157,7 +154,7 @@ Generic options Print the Python version number and exit. Example output could be:: - Python 2.5.1 + Python 3.0 Miscellaneous options @@ -174,8 +171,6 @@ Miscellaneous options If given, Python won't try to write ``.pyc`` or ``.pyo`` files on the import of source modules. See also :envvar:`PYTHONDONTWRITEBYTECODE`. - .. versionadded:: 2.6 - .. cmdoption:: -d @@ -216,8 +211,6 @@ Miscellaneous options Don't add user site directory to sys.path - .. versionadded:: 2.6 - .. seealso:: :pep:`370` -- Per user site-packages directory @@ -432,8 +425,6 @@ These environment variables influence Python's behavior. If this is set, Python won't try to write ``.pyc`` or ``.pyo`` files on the import of source modules. - .. versionadded:: 2.6 - .. envvar:: PYTHONNOUSERSITE @@ -470,8 +461,6 @@ if Python was configured with the :option:`--with-pydebug` build option. If set, Python will print threading debug info. - .. versionchanged:: 2.6 - Previously, this variable was called ``THREADDEBUG``. .. envvar:: PYTHONDUMPREFS |