[issue5254] Formatting error in "findertools" header

2009-02-13 Thread Adam Vandenberg
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

[issue5153] Extra ) in optparse sample

2009-02-04 Thread Adam Vandenberg
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