Message 150805 - Python tracker (original) (raw)
Message150805
Author | eric.araujo |
---|---|
Recipients | eric.araujo, jcea, ncoghlan, neologix, pitrou, tim.peters, vstinner |
Date | 2012-01-07.16:09:17 |
SpamBayes Score | 0.012862643 |
Marked as misclassified | No |
Message-id | 1325952558.03.0.0679575502002.issue13550@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
haypo’s threading_note_global looks good to me. The only thing I’m not sure about is the signature change from X(verbose, *args, **kwargs) to X(*args, **kwargs): is it okay? (BTW you probably want to delete the obsolete reference to ihooks in a comment before committing.) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2012-01-07 16:09:18 | eric.araujo | set | recipients: + eric.araujo, tim.peters, jcea, ncoghlan, pitrou, vstinner, neologix |
2012-01-07 16:09:18 | eric.araujo | set | messageid: 1325952558.03.0.0679575502002.issue13550@psf.upfronthosting.co.za |
2012-01-07 16:09:17 | eric.araujo | link | issue13550 messages |
2012-01-07 16:09:17 | eric.araujo | create |