Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16348 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2011-11-28 15:08 -0500 |
| Last post | 2011-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.
Re: python 2.5 and ast Terry Reedy <tjreedy@udel.edu> - 2011-11-28 15:08 -0500
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2011-11-28 15:08 -0500 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web