summaryrefslogtreecommitdiffstats
path: root/Doc/library/2to3.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-09-27 16:23:55 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-09-27 16:23:55 (GMT)
commit7f8f6605e2de00f5c326ddc346de08f08034020f (patch)
tree25587a200503b4a46a0802490499fbf21562f446 /Doc/library/2to3.rst
parentf609cf229fa74eb757b6ac450b534f06320f2b89 (diff)
downloadcpython-7f8f6605e2de00f5c326ddc346de08f08034020f.zip
cpython-7f8f6605e2de00f5c326ddc346de08f08034020f.tar.gz
cpython-7f8f6605e2de00f5c326ddc346de08f08034020f.tar.bz2
2to3's api should be considered unstable
Diffstat (limited to 'Doc/library/2to3.rst')
-rw-r--r--Doc/library/2to3.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
index 8040124..e603b45 100644
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -95,4 +95,10 @@ true function call.
.. moduleauthor:: Guido van Rossum
.. moduleauthor:: Collin Winter
+
+.. warning::
+
+ The :mod:`lib2to3` API should be considered unstable and may change
+ drastically in the future.
+
.. XXX What is the public interface anyway?