On Tue, Nov 3, 2009 at 6:14 AM, Daniel Stutzbach <dan...@stutzbachenterprises.com> wrote: > It's pretty easy to make Python source that works under 2.6 and 3.x. It's > basically impossible to make Python source that works under 2.4/2.5 and > 3.x.
This keeps getting quoted later in the thread so I just wanted to say again that this is not true. The argparse module supports Python 2.3-3.1 all from the same codebase, and it really wasn't all that hard: http://code.google.com/p/argparse/source/detail?r=12 Steve -- Where did you get that preposterous hypothesis? Did Steve tell you that? --- The Hiphopopotamus _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com