This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nicktimko
Recipients bobjalex, brandtbucher, eric.smith, nicktimko, rhettinger
Date 2019-10-11.17:02:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570813349.04.0.652926390757.issue38438@roundup.psfhosted.org>
In-reply-to
Content
The `[arg [arg ...]]` feels a bit more formal to me, and I might prefer it in the example shown where the arg name is fairly short. That said, `man mv` shows something like:

    mv [OPTION]... [-T] SOURCE DEST
    mv [OPTION]... SOURCE... DIRECTORY
    mv [OPTION]... -t DIRECTORY SOURCE...
History
Date User Action Args
2019-10-11 17:02:29nicktimkosetrecipients: + nicktimko, rhettinger, eric.smith, bobjalex, brandtbucher
2019-10-11 17:02:29nicktimkosetmessageid: <1570813349.04.0.652926390757.issue38438@roundup.psfhosted.org>
2019-10-11 17:02:29nicktimkolinkissue38438 messages
2019-10-11 17:02:28nicktimkocreate