Message325103
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | gregory.p.smith |
|---|---|
| Recipients | gregory.p.smith, rhettinger, steve.dower |
| Date | 2018-09-12.00:11:02 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1536711063.28.0.0269046726804.issue34637@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I suggest also allowing the first argument to be a keyword named sequence= as well. (along the philosophy of positional only arguments on APIs that happen to be implemented in C in CPython are a bad legacy) pypy already uses these names: https://bitbucket.org/pypy/pypy/src/4cbeaa8bf545332c36ae277019772aa432693e4c/pypy/module/__builtin__/app_functional.py?at=default&fileviewer=file-view-default#app_functional.py-41 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-09-12 00:11:03 | gregory.p.smith | set | recipients: + gregory.p.smith, rhettinger, steve.dower |
| 2018-09-12 00:11:03 | gregory.p.smith | set | messageid: <1536711063.28.0.0269046726804.issue34637@psf.upfronthosting.co.za> |
| 2018-09-12 00:11:03 | gregory.p.smith | link | issue34637 messages |
| 2018-09-12 00:11:02 | gregory.p.smith | create | |