mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Get rid of the remaining versionadded/versionchanged directives.
This commit is contained in:
parent
1617457cff
commit
55ac8f0f26
161 changed files with 335 additions and 2197 deletions
|
@ -6,8 +6,6 @@
|
|||
.. moduleauthor:: Nick Coghlan <ncoghlan@gmail.com>
|
||||
|
||||
|
||||
.. versionadded:: 2.5
|
||||
|
||||
The :mod:`runpy` module is used to locate and run Python modules without
|
||||
importing them first. Its main use is to implement the :option:`-m` command line
|
||||
switch that allows scripts to be located using the Python module namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue