﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6463	Document that cmemcache has bug with floats (was: cache.get_many() returns garbage in case of floats (?) using memcached backend)	panni@…	nobody	"Memcached backend (using cmemcache 0.91 and libmemcache 1.4.0.rc2):

""ck"" key of cache has been set to INTEGER and ""ckt"" to time.time():

{{{
cd = cache.get_many([ck, ckt])
hits, timeout = cd[ck], cd[ckt]
    
print hits, timeout
    
hits = cache.get(ck)
timeout = cache.get(ckt)
    
print hits, timeout
}}}

Output:[[BR]]
2 GAÑæ±ò6X.[[BR]]
2 1201326024.84"		closed	Core (Cache system)	dev		wontfix	cache, memcached, get_many, wrong results		Accepted	0	0	0	0	0	0
