summaryrefslogtreecommitdiffstats
path: root/Doc/library/compiler.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/compiler.rst')
-rw-r--r--Doc/library/compiler.rst4
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