kislyuk / argcomplete

Python and tab completion, better together.
https://kislyuk.github.io/argcomplete/
Apache License 2.0
1.39k stars 129 forks source link

Update patched versions of shlex and argparse #362

Open kislyuk opened 2 years ago

kislyuk commented 2 years ago

For #361 and v2.0, we need to update the code in these modules from the original 2.7 version to the most recent released version in https://github.com/python/cpython/tree/main/Lib that passes our CI.