Message61530
| Author | rhettinger |
|---|---|
| Recipients | christian.heimes, rhettinger |
| Date | 2008-01-22.20:04:32 |
| SpamBayes Score | 0.35273895 |
| Marked as misclassified | No |
| Message-id | <1201032273.11.0.991902181918.issue1909@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Need to backport Py3.0's functionality so that the following is valid
syntax:
def f(a, *args, v=None):
. . . |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-01-22 20:04:33 | rhettinger | set | spambayes_score: 0.352739 -> 0.35273895 recipients: + rhettinger, christian.heimes |
| 2008-01-22 20:04:33 | rhettinger | set | spambayes_score: 0.352739 -> 0.352739 messageid: <1201032273.11.0.991902181918.issue1909@psf.upfronthosting.co.za> |
| 2008-01-22 20:04:32 | rhettinger | link | issue1909 messages |
| 2008-01-22 20:04:32 | rhettinger | create | |