diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 02:58:26 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 02:58:26 (GMT) |
commit | 6192df10b6c5d157735feefc591e90a61c4000c0 (patch) | |
tree | b3f18700990fbaee8b0aac7f946af176d58b3882 /Doc/library | |
parent | af8780483129e10d30b660cea1e3b893d913e963 (diff) | |
download | cpython-6192df10b6c5d157735feefc591e90a61c4000c0.zip cpython-6192df10b6c5d157735feefc591e90a61c4000c0.tar.gz cpython-6192df10b6c5d157735feefc591e90a61c4000c0.tar.bz2 |
Deprecate the compiler package for removal in 3.0.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/compiler.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/compiler.rst b/Doc/library/compiler.rst index fd5fd6c..7aac3b8 100644 --- a/Doc/library/compiler.rst +++ b/Doc/library/compiler.rst @@ -5,6 +5,9 @@ Python compiler package *********************** +.. deprecated:: 2.6 + The compiler package has been removed in Python 3.0. + .. sectionauthor:: Jeremy Hylton <jeremy@zope.com> @@ -34,6 +37,7 @@ The basic interface .. module:: compiler :synopsis: Python code compiler written in Python. + :deprecated: The top-level of the package defines four functions. If you import |