commit | 7f8f6605e2de00f5c326ddc346de08f08034020f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Sep 27 16:23:55 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Sep 27 16:23:55 2008 +0000 |
tree | 25587a200503b4a46a0802490499fbf21562f446 | |
parent | f609cf229fa74eb757b6ac450b534f06320f2b89 [diff] |
2to3's api should be considered unstable
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 @@ .. 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?