mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix some errors in the deprecation warnings for new and user.
This commit is contained in:
parent
f0a0a0dbb9
commit
ccdf9081b7
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,8 @@
|
||||||
:synopsis: Interface to the creation of runtime implementation objects.
|
:synopsis: Interface to the creation of runtime implementation objects.
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. deprecated:: The new module has been removed in Python 3.0.
|
.. deprecated:: 2.6
|
||||||
|
The new module has been removed in Python 3.0.
|
||||||
|
|
||||||
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
|
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
:synopsis: A standard way to reference user-specific modules.
|
:synopsis: A standard way to reference user-specific modules.
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. deprecated:: The user module has been removed in Python 3.0.
|
.. deprecated:: 2.6
|
||||||
|
The user module has been removed in Python 3.0.
|
||||||
|
|
||||||
.. index::
|
.. index::
|
||||||
pair: .pythonrc.py; file
|
pair: .pythonrc.py; file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue