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

Issue1433166

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

Messages (3)
msg49494 - (view) Author: Matt Fleming (splitscreen) Date: 2006-02-16 21:13
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.
msg49495 - (view) Author: Matt Fleming (splitscreen) Date: 2006-02-16 21:16
Logged In: YES user_id=1126061 Sorry, dupe of #1433148, hit refresh by accident.
msg49496 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2006-02-16 21:51
Logged In: YES user_id=6380 ok, deleting.
History
Date User Action Args
2022-04-11 14:56:15 admin set github: 42912
2006-02-16 21:13:05 splitscreen create