kislyuk / argcomplete

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

Fix assertRaisesRegex for Python 2.7 #360

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

Follow on from https://github.com/kislyuk/argcomplete/pull/357.

Fixes https://github.com/kislyuk/argcomplete/pull/357#issuecomment-962599827.

Maintain support for Python 2.7.

kislyuk commented 2 years ago

Thank you for your PR. Python 2.7 is not supported and there will be no further efforts made to maintain existing code that was known to work with it.

kislyuk commented 2 years ago

See also: #361