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 Omer.Katz
Recipients Omer.Katz, alex, eric.araujo, madison.may, pitrou, pydanny, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2016-02-15.17:45:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAOZCFcDe3WZWdLBbQsWj76yW+pDd7Uz=UqnDOgvVs9V+YDYftg@mail.gmail.com>
In-reply-to <1455554035.64.0.589501522702.issue21145@psf.upfronthosting.co.za>
Content
Most implementations these days support TTL because they require it.
The whole point is to remove the need to reimplement such basic
functionality over and over.

‫בתאריך יום ב׳, 15 בפבר׳ 2016 ב-18:33 מאת ‪STINNER Victor‬‏ <‪
report@bugs.python.org‬‏>:‬

>
> STINNER Victor added the comment:
>
> 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.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue21145>
> _______________________________________
>
History
Date User Action Args
2016-02-15 17:45:16Omer.Katzsetrecipients: + Omer.Katz, rhettinger, pitrou, vstinner, pydanny, eric.araujo, alex, r.david.murray, serhiy.storchaka, madison.may
2016-02-15 17:45:16Omer.Katzlinkissue21145 messages
2016-02-15 17:45:16Omer.Katzcreate