diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-09-27 16:23:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-09-27 16:23:55 (GMT) |
commit | 7f8f6605e2de00f5c326ddc346de08f08034020f (patch) | |
tree | 25587a200503b4a46a0802490499fbf21562f446 /Doc | |
parent | f609cf229fa74eb757b6ac450b534f06320f2b89 (diff) | |
download | cpython-7f8f6605e2de00f5c326ddc346de08f08034020f.zip cpython-7f8f6605e2de00f5c326ddc346de08f08034020f.tar.gz cpython-7f8f6605e2de00f5c326ddc346de08f08034020f.tar.bz2 |
2to3's api should be considered unstable
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/2to3.rst | 6 |
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? |