New submission from Adam Vandenberg :
There is a formatting error in the "findertools" header:
http://docs.python.org/library/macostools.html#module-findertools
"The finder's Apple Events interface" as rendered uses the
wrong-direction single quote.
--
assignee
New submission from Adam Vandenberg :
In the "Callback example 6: variable arguments" section of the optparse
documentation, the example code has an extra ) at the end of the last
line of the function:
setattr(parser.values, option.dest, value))
--
assignee: georg.brandl