Message380084
I had forgotten. It looks like float arguments were allowed:
>>> randrange(10.0, 20.0, 2.0)
16
Is this worth going through a deprecation cycle to get the code cleaned-up or should we live with it as is? |
|
Date |
User |
Action |
Args |
2020-10-31 17:54:30 | rhettinger | set | recipients:
+ rhettinger, tim.peters, serhiy.storchaka |
2020-10-31 17:54:30 | rhettinger | set | messageid: <1604166870.37.0.200214099446.issue42222@roundup.psfhosted.org> |
2020-10-31 17:54:30 | rhettinger | link | issue42222 messages |
2020-10-31 17:54:30 | rhettinger | create | |
|