]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
2to3's api should be considered unstable
authorBenjamin Peterson <benjamin@python.org>
Sat, 27 Sep 2008 16:23:55 +0000 (16:23 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 27 Sep 2008 16:23:55 +0000 (16:23 +0000)
Doc/library/2to3.rst

index 80401243b0919890d7c72b5be8b78ce9441f121f..e603b456e75e90572aa5e28721aacb31529ccb92 100644 (file)
@@ -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?