summaryrefslogtreecommitdiff
path: root/builder.py
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2011-09-27 14:08:44 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2011-09-27 14:08:44 +0200
commitc00294924cb087bc5de7b0cd52f594795f5d44a5 (patch)
tree3f3b18157fea20c7eea4db4dd6a0e5bb4e299b72 /builder.py
parent6e6e182003ad3cff1ac7632f908a8d543148d9c5 (diff)
downloadastroid-git-c00294924cb087bc5de7b0cd52f594795f5d44a5.tar.gz
we actually dropped support for python < 2.5 in 0.21
Diffstat (limited to 'builder.py')
-rw-r--r--builder.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/builder.py b/builder.py
index eed4ed28..267e5dff 100644
--- a/builder.py
+++ b/builder.py
@@ -17,9 +17,7 @@
#
# 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/>.
-"""The ASTNGBuilder makes astng from living object and / or from compiler.ast
-
-With python >= 2.5, the internal _ast module is used instead
+"""The ASTNGBuilder makes astng from living object and / or from _ast
The builder is not thread safe and can't be used to parse different sources
at the same time.