Message298976
| Author | jmsdvl |
|---|---|
| Recipients | jmsdvl |
| Date | 2017-07-24.14:32:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1500906744.5.0.485850012333.issue31014@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The function `register` of the `webbrowser` module was updated a little while back to use the newish keyword-only argument syntax; however, the function `_synthesize` (also in `webbrowser`) is still using the outdated positional arguments only calling convention; leading a pair of tests in `Lib/tests/test_webbrowser.py` to fail. I've issued a PR that fixes the function call to use the more modern calling convention. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-07-24 14:32:24 | jmsdvl | set | recipients: + jmsdvl |
| 2017-07-24 14:32:24 | jmsdvl | set | messageid: <1500906744.5.0.485850012333.issue31014@psf.upfronthosting.co.za> |
| 2017-07-24 14:32:24 | jmsdvl | link | issue31014 messages |
| 2017-07-24 14:32:24 | jmsdvl | create | |