[issue7404] optparse Documentation References Example Files that do not Exist

2009-12-28 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report. I removed the references in r77092. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue7404] optparse Documentation References Example Files that do not Exist

2009-11-27 Thread Mark Roddy
Mark Roddy added the comment: Patch takes the contents of required_1.py from the optik source adds it in the optparse documentation as well as removing references to the two files. -- Added file: http://bugs.python.org/file15409/example-inline.diff _

[issue7404] optparse Documentation References Example Files that do not Exist

2009-11-27 Thread Mark Roddy
Mark Roddy added the comment: Patch which references the original optik module when referring to example required option modules. -- Added file: http://bugs.python.org/file15408/reference-optik.diff ___ Python tracker

[issue7404] optparse Documentation References Example Files that do not Exist

2009-11-27 Thread Mark Roddy
Mark Roddy added the comment: Patch which removes reference to example_1.py and example_2.py -- keywords: +patch Added file: http://bugs.python.org/file15407/remove-reference.diff ___ Python tracker ___

[issue7404] optparse Documentation References Example Files that do not Exist

2009-11-27 Thread Mark Roddy
New submission from Mark Roddy : In the 'Terminology' section of the optparse module documentation, under the description of the term 'required option', a reference to example implementations of this concept are stated to be available in two example files of the source distribution: "See example