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 /builder.py | |
parent | 6e6e182003ad3cff1ac7632f908a8d543148d9c5 (diff) | |
download | astroid-git-c00294924cb087bc5de7b0cd52f594795f5d44a5.tar.gz |
we actually dropped support for python < 2.5 in 0.21
Diffstat (limited to 'builder.py')
-rw-r--r-- | builder.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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. |