Message317329
| Author |
serhiy.storchaka |
| Recipients |
Anthony Sottile, bethard, bskinn, eric.araujo, gregory.p.smith, memeplex, ned.deily, paul.j3, serhiy.storchaka, wolma |
| Date |
2018-05-22.19:16:37 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1527016597.94.0.682650639539.issue33109@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
Wouldn't be better to first fix this bug, and only after that add the 'required' parameter?
Adding it introduced yet one bug: when pass arguments as positional, the 'help' argument will be swallowed. You can add new parameters only after existing positional parameters. |
|