Message128587
| Author | Martijn.van.Oosterhout |
|---|---|
| Recipients | Martijn.van.Oosterhout, eric.araujo, georg.brandl, humitos, keldonin, loewis, maxenced, r.david.murray |
| Date | 2011-02-15.12:07:30 |
| SpamBayes Score | 0.00020287586 |
| Marked as misclassified | No |
| Message-id | <1297771651.1.0.981793326542.issue5831@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Note this is a behaviour change. Under the old scheme (Foo is a class) Foo.timerclass = Timer created a method, whereas now it will just assign the class as an attribute. To work around this you had to use _Timer. Will that dummy class remain as an alias to avoid breaking code (in 2.7 at least)? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-02-15 12:07:31 | Martijn.van.Oosterhout | set | recipients: + Martijn.van.Oosterhout, loewis, georg.brandl, humitos, eric.araujo, keldonin, r.david.murray, maxenced |
| 2011-02-15 12:07:31 | Martijn.van.Oosterhout | set | messageid: <1297771651.1.0.981793326542.issue5831@psf.upfronthosting.co.za> |
| 2011-02-15 12:07:30 | Martijn.van.Oosterhout | link | issue5831 messages |
| 2011-02-15 12:07:30 | Martijn.van.Oosterhout | create | |