Message322455
| Author | jimbo1qaz_ |
|---|---|
| Recipients | alan_du, eric.smith, jimbo1qaz_, rhettinger, xtreak |
| Date | 2018-07-27.01:58:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1532656737.33.0.56676864532.issue33129@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
first post in bugs.python.org... are people normally scary around here? Another usecase of keyword-only arguments is that I can mix default and non-default fields in any order. This could be achieved by either marking all fields as read-only, or by implicitly adding an asterisk before the first "conflicting" non-default argument (or by translating .../etc into an asterisk). (Is it a bad idea to create a private fork of `pip install dataclasses` with implicit asterisk, purely for my own project?) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-27 01:58:57 | jimbo1qaz_ | set | recipients: + jimbo1qaz_, rhettinger, eric.smith, alan_du, xtreak |
| 2018-07-27 01:58:57 | jimbo1qaz_ | set | messageid: <1532656737.33.0.56676864532.issue33129@psf.upfronthosting.co.za> |
| 2018-07-27 01:58:57 | jimbo1qaz_ | link | issue33129 messages |
| 2018-07-27 01:58:57 | jimbo1qaz_ | create | |