Message216900
| Author | josh.r |
|---|---|
| Recipients | docs@python, josh.r, larry, veky |
| Date | 2014-04-20.12:47:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1397998027.13.0.470690397567.issue21314@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I don't know about the other bits, but that trailing '/' is how Argument Clinic (which makes full featured inspection available to built-in functions) notes that the parameters are positional only, and cannot be passed by keyword. See PEP436. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-20 12:47:07 | josh.r | set | recipients: + josh.r, larry, docs@python, veky |
| 2014-04-20 12:47:07 | josh.r | set | messageid: <1397998027.13.0.470690397567.issue21314@psf.upfronthosting.co.za> |
| 2014-04-20 12:47:07 | josh.r | link | issue21314 messages |
| 2014-04-20 12:47:06 | josh.r | create | |