[issue2476] optparse docs should mention %default being new in 2.4

2008-03-25 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r61882. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2476] optparse docs should mention %default being new in 2.4

2008-03-24 Thread Brodie Rao
New submission from Brodie Rao <[EMAIL PROTECTED]>: The %default option help string feature doesn't exist in Python 2.3, but the documentation for Python 2.4 and 2.5 don't mention that it was added in 2.4. It should mention this so people developing for 2.3 and 2.4/2.5 can be aware of this. h