-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] odev: parsing of unknown arguments in python 3.12.7+
Breaking change: passing unknown (odoo-bin) arguments before positional arguments is not supported in Python >= 3.12.7. In the same idea, it is also not supported anymore to pass known arguments after positional arguments. It is not planned to reimplement this feature in the later versions as it was taking advantage of a bug not compliant with common CLI rulings and RFCs. When in doubt, please refer to the command's help and follow the proposed order for arguments. See: python/cpython#59317
- Loading branch information
Showing
3 changed files
with
71 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters