[issue20186] Derby #18: Convert 31 sites to Argument Clinic across 23 files

Tal Einat report at bugs.python.org
Sun Jun 7 23:48:31 CEST 2015


Tal Einat added the comment:

Here's another complete conversion patch for _operator.

As suggested by Serhiy, I changed the comparison operators to copy the signature from _operator.eq() instead of _operator.lt(), which is easier to understand.

----------
Added file: http://bugs.python.org/file39655/issue20186._operator.v3.patch

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


More information about the Python-bugs-list mailing list