Message407276
From the code:
opts, args = getopt.getopt(args, "n:u:s:r:tcpvh",
["number=", "setup=", "repeat=",
"time", "clock", "process",
"verbose", "unit=", "help"])
but the options -c and -t are not used in the subsequent code.
This can lead to situations where if you mistype e.g. -s as -c, you get completely wrong results (see https://bugs.python.org/issue45902 for an example). |
|
| Date |
User |
Action |
Args |
| 2021-11-29 14:15:45 | lemburg | set | recipients:
+ lemburg |
| 2021-11-29 14:15:45 | lemburg | set | messageid: <[email protected]> |
| 2021-11-29 14:15:45 | lemburg | link | issue45927 messages |
| 2021-11-29 14:15:45 | lemburg | create | |
|