Closed GoogleCodeExporter closed 8 years ago
Thomas, any chance you could take a look at this? The previous releases of
argparse ran on Python 2.3-3.1.
Original comment by steven.b...@gmail.com
on 30 Mar 2011 at 12:16
I'll have a look.
Isn't argparse in stdlib since 2.7 (and also in 3.x)?
If so, why do you use the package?
Original comment by Thomas.J...@gmail.com
on 30 Mar 2011 at 1:54
argparse is in stdlib in 2.7 and >=3.2, not 3.1.
Original comment by Arfrever...@gmail.com
on 30 Mar 2011 at 1:55
Should be fixed by this changeset, please see the commit comment and do a test:
http://code.google.com/p/argparse/source/detail?r=c1c83cae40ebebe8aeb89f212484a3
3296bc83be
Original comment by Thomas.J...@gmail.com
on 30 Mar 2011 at 2:22
Please apply the attached patch.
Original comment by Arfrever...@gmail.com
on 30 Mar 2011 at 10:49
Attachments:
Thanks for the patch. I applied a very similar change, but also "fixed" the
python 2.3 testing issue the same way. I changed the version comparison for
consistency reasons.
Original comment by Thomas.J...@gmail.com
on 31 Mar 2011 at 8:59
Thanks. Please release a new version (1.2.1 or 1.3).
Original comment by Arfrever...@gmail.com
on 31 Mar 2011 at 2:09
Yeah, 1.2.1 - soon! :)
Original comment by Thomas.J...@gmail.com
on 31 Mar 2011 at 3:19
1.2.1 released!
Original comment by Thomas.J...@gmail.com
on 31 Mar 2011 at 9:51
Thanks again for doing this!
Original comment by steven.b...@gmail.com
on 1 Apr 2011 at 9:43
Original issue reported on code.google.com by
Arfrever...@gmail.com
on 28 Mar 2011 at 10:25