Message169550
I thought that was just a matter of finding the wrong commas and fixing them, but if they are correct in the source, then the situation might be a bit more complicated.
Does this happen only with "unusual" signatures like range([start], stop [, step])?
FWIW this could be replaced with:
range(stop)
range(start, stop [, step]) |
|
| Date |
User |
Action |
Args |
| 2012-08-31 16:15:35 | ezio.melotti | set | recipients:
+ ezio.melotti, asvetlov, chris.jerdonek, docs@python |
| 2012-08-31 16:15:35 | ezio.melotti | set | messageid: <[email protected]> |
| 2012-08-31 16:15:34 | ezio.melotti | link | issue15831 messages |
| 2012-08-31 16:15:33 | ezio.melotti | create | |
|