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 Fox214
Recipients Fox214, paul.j3, petr.viktorin, r1kk3r, rhettinger, xtreak
Date 2022-01-10.17:54:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641837256.19.0.22985975602.issue41534@roundup.psfhosted.org>
In-reply-to
Content
Fundamentally the use of allow_abbrev=False is now broken (it is allowing abbreviations when already explicitly told not to)

The use of a single - for all options is much older than -- and exists in my unix utilities and many programs have been written to follow this convention, these are now broken in 3.8+

"Changed in version 3.8: In previous versions, allow_abbrev also disabled grouping of short flags such as -vv to mean -v -v"

Does not accurately describe the behavior change, it is more broadly injecting abbreviations when already told not to.
History
Date User Action Args
2022-01-10 17:54:16Fox214setrecipients: + Fox214, rhettinger, petr.viktorin, paul.j3, xtreak, r1kk3r
2022-01-10 17:54:16Fox214setmessageid: <1641837256.19.0.22985975602.issue41534@roundup.psfhosted.org>
2022-01-10 17:54:16Fox214linkissue41534 messages
2022-01-10 17:54:16Fox214create