Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16348 > unrolled thread

Re: python 2.5 and ast

Started byTerry Reedy <tjreedy@udel.edu>
First post2011-11-28 15:08 -0500
Last post2011-11-28 15:08 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: python 2.5 and ast Terry Reedy <tjreedy@udel.edu> - 2011-11-28 15:08 -0500

#16348 — Re: python 2.5 and ast

FromTerry Reedy <tjreedy@udel.edu>
Date2011-11-28 15:08 -0500
SubjectRe: python 2.5 and ast
Message-ID<mailman.3104.1322510919.27778.python-list@python.org>
On 11/28/2011 6:45 AM, Andrea Crotti wrote:
> I'm happily using the ast module to analyze some code,
> but my scripts need also to run unfortunately on python 2.5
>
> The _ast was there already, but the ast helpers not yet.
> Is it ok if I just copy over the source from the ast helpers in my code
> base

That is the standard way of backporting features of later versions.

-- 
Terry Jan Reedy

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web