[issue4568] Improved optparse "varargs" callback example

2008-12-15 Thread Gregg Lind
Gregg Lind added the comment: This patch should also be applied into the py3k branch, probably. Good catch on updating rargs, btw. ___ Python tracker <http://bugs.python.org/issue4

[issue4320] optparse: "1 2 3" should be seen as one string

2008-12-07 Thread Gregg Lind
Gregg Lind <[EMAIL PROTECTED]> added the comment: Can you show an example of this not working? Works fine for me in 2.4/2.5/2.6. -- nosy: +gregg.lind ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4568] Improved optparse "varargs" callback example

2008-12-07 Thread Gregg Lind
Changes by Gregg Lind <[EMAIL PROTECTED]>: -- versions: +Python 2.5, Python 2.5.3, Python 2.6, Python 2.7, Python 3.0, Python 3.1 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue4568] Improved optparse "varargs" callback example

2008-12-06 Thread Gregg Lind
New submission from Gregg Lind <[EMAIL PROTECTED]>: In the trunk (r67617) documentation for *optparse* callback example 6 doesn't handle negative number arguments, and fixing it is "left as an exercise for the reader." Well, I'm a reader, and I've attached my st