Message 63743 - Python tracker
Message63743
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon, collinwinter |
| Date | 2008-03-17.19:54:31 |
| SpamBayes Score | 0.27078813 |
| Marked as misclassified | No |
| Message-id | <1205783672.52.0.982802083184.issue2366@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
* new metaclass syntax (removing __metaclass__?) - __metaclass__ = type at global level disappear - __metaclass__ = <anything else> should generate warning - __metaclass__ = <something> within a class should use new syntax - class __metaclass__ should be warned about - any other use of __metaclass__ should be warned about |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-03-17 19:54:32 | brett.cannon | set | spambayes_score: 0.270788 -> 0.27078813 recipients: + brett.cannon, collinwinter |
| 2008-03-17 19:54:32 | brett.cannon | set | spambayes_score: 0.270788 -> 0.270788 messageid: <1205783672.52.0.982802083184.issue2366@psf.upfronthosting.co.za> |
| 2008-03-17 19:54:31 | brett.cannon | link | issue2366 messages |
| 2008-03-17 19:54:31 | brett.cannon | create | |