[issue20283] Wrong keyword parameter name in regex pattern methods

Serhiy Storchaka report at bugs.python.org
Sat Feb 8 20:27:22 CET 2014


Serhiy Storchaka added the comment:

Larry, so what is your decision?

1. Apply the "hard" patch and then convert Modules/_sre.c to use Argument Clinic (issue20148).

2. Revert converted match() method, apply the "soft" patch, and delay applying of the "hard" patch and then converting to use Argument Clinic to 3.5. Applying the "soft" patch and then the "hard" patch will cause more source churn than just applying the "hard" patch.

3. Use show_in_signature hack. I don't like this, it looks ugly and adds too much source churn.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20283>
_______________________________________


More information about the Python-bugs-list mailing list