From: Benjamin Peterson Date: Sat, 27 Sep 2008 16:23:55 +0000 (+0000) Subject: 2to3's api should be considered unstable X-Git-Tag: v2.6~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f8f6605e2de00f5c326ddc346de08f08034020f;p=thirdparty%2FPython%2Fcpython.git 2to3's api should be considered unstable --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 80401243b091..e603b456e75e 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?