Message260321
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 <
[email protected]>:
>
> 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 <[email protected]>
> <http://bugs.python.org/issue21145>
> _______________________________________
> |
|
| Date |
User |
Action |
Args |
| 2016-02-15 17:45:16 | Omer.Katz | set | recipients:
+ Omer.Katz, rhettinger, pitrou, vstinner, pydanny, eric.araujo, alex, r.david.murray, serhiy.storchaka, madison.may |
| 2016-02-15 17:45:16 | Omer.Katz | link | issue21145 messages |
| 2016-02-15 17:45:16 | Omer.Katz | create | |
|