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
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
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
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