On Wed, Jan 27, 2010 at 12:30 AM, Giuseppe Ciotta <[email protected]> wrote: > http://code.djangoproject.com/ticket/12399 > > It's a nasty bug which leads to a 100% cache misses situation on > memcached when using long keys timeouts. > > Do you think we can have this included in 1.2? Should i mark it with > Version:1.2 or something? The patch itself is trivial.
Marking the ticket as "Milestone 1.2" will put it on the list of bugs that will be considered for 1.2. Looking at the patch, the one thing that is missing is tests. Without tests, a patch won't get anywhere near trunk, no matter how trivial. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
