This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:31Martijn.van.Oosterhoutsetrecipients: + Martijn.van.Oosterhout, loewis, georg.brandl, humitos, eric.araujo, keldonin, r.david.murray, maxenced
2011-02-15 12:07:31Martijn.van.Oosterhoutsetmessageid: <1297771651.1.0.981793326542.issue5831@psf.upfronthosting.co.za>
2011-02-15 12:07:30Martijn.van.Oosterhoutlinkissue5831 messages
2011-02-15 12:07:30Martijn.van.Oosterhoutcreate