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 vstinner
Recipients Omer.Katz, alex, eric.araujo, madison.may, pitrou, pydanny, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2016-02-15.16:33:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455554035.64.0.589501522702.issue21145@psf.upfronthosting.co.za>
In-reply-to
Content
I like the idea of an helper to build a property on-demand, but I dislike the TTL idea, it seems too specific.

If you need TTL, implement your own decorator, or use a regular property and implement your own logic there.
History
Date User Action Args
2016-02-15 16:33:55vstinnersetrecipients: + vstinner, rhettinger, pitrou, pydanny, eric.araujo, alex, r.david.murray, serhiy.storchaka, madison.may, Omer.Katz
2016-02-15 16:33:55vstinnersetmessageid: <1455554035.64.0.589501522702.issue21145@psf.upfronthosting.co.za>
2016-02-15 16:33:55vstinnerlinkissue21145 messages
2016-02-15 16:33:55vstinnercreate