Message237868
Proposed patch gets rid of uses and mentions of bad dunder names. I.e. names inherited from Python 2: __cmp__, __nonzero__, __getslice__, __unicode__, __div__, etc. They are replaced by correct names (__truediv__, __floordiv__, __eq__, __bool__, etc) or removed. Also fixed typos and other minor bugs. Also added support for __matmul__ and __getnewargs_ex__ in unittest.mock and added tests for __matmul__. |
|
Date |
User |
Action |
Args |
2015-03-11 14:42:15 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, ezio.melotti, michael.foord |
2015-03-11 14:42:14 | serhiy.storchaka | set | messageid: <1426084934.72.0.0668161558437.issue23641@psf.upfronthosting.co.za> |
2015-03-11 14:42:14 | serhiy.storchaka | link | issue23641 messages |
2015-03-11 14:42:14 | serhiy.storchaka | create | |
|