Issue 1433148: GNU uses double-dashes not single (original) (raw)

Issue1433148

Created on 2006-02-16 20:50 by splitscreen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
gnu-double-dash.diff splitscreen,2006-02-16 20:50 unified diff patch
Messages (2)
msg49492 - (view) Author: Matt Fleming (splitscreen) Date: 2006-02-16 20:50
http://docs.python.org/lib/optparse-terminology.html states that 'The GNU project introduced "-" followed by a series of hyphen-separated words, e.g. "-file" or "-dry-run".' but should say: 'The GNU project introduced "--" followed by a series of hyphen-separated words, e.g. "--file" or "--dry-run".' The attached unified patch fixes these typos.
msg49493 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-17 09:04
Logged In: YES user_id=1188172 Such small changes are not worth of a patch, please just add a comment to the bug report.
History
Date User Action Args
2022-04-11 14:56:15 admin set github: 42911
2006-02-16 20:50:10 splitscreen create