diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2011-09-27 14:08:44 +0200 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2011-09-27 14:08:44 +0200 |
commit | c00294924cb087bc5de7b0cd52f594795f5d44a5 (patch) | |
tree | 3f3b18157fea20c7eea4db4dd6a0e5bb4e299b72 /as_string.py | |
parent | 6e6e182003ad3cff1ac7632f908a8d543148d9c5 (diff) | |
download | astroid-git-c00294924cb087bc5de7b0cd52f594795f5d44a5.tar.gz |
we actually dropped support for python < 2.5 in 0.21
Diffstat (limited to 'as_string.py')
-rw-r--r-- | as_string.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/as_string.py b/as_string.py index 3eeda096..1e57f0ed 100644 --- a/as_string.py +++ b/as_string.py @@ -30,7 +30,8 @@ # You should have received a copy of the GNU Lesser General Public License along # with logilab-astng. If not, see <http://www.gnu.org/licenses/>. """This module renders ASTNG nodes to string representation. -It will probably not work on compiler.ast or _ast trees. + +It will probably not work on bare _ast trees. """ import sys |