﻿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
20722	MemcachedCache backend get_many does not work on Python 3	Tim Graham	nobody	"These two test failures are fixed with the attached patch. Should this be backported to 1.5.x?
{{{
======================================================================
ERROR: test_cache_versioning_get_set_many (cache.tests.MemcachedCacheTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/tim/code/django/tests/cache/tests.py"", line 685, in test_cache_versioning_get_set_many
    self.assertEqual(self.cache.get_many(['ford1','arthur1']),
  File ""/home/tim/code/django/django/core/cache/backends/memcached.py"", line 95, in get_many
    _[m[k]] = v
KeyError: ':1:arthur1'

======================================================================
ERROR: test_get_many (cache.tests.MemcachedCacheTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/tim/code/django/tests/cache/tests.py"", line 234, in test_get_many
    self.assertEqual(self.cache.get_many(['a', 'c', 'd']), {'a' : 'a', 'c' : 'c', 'd' : 'd'})
  File ""/home/tim/code/django/django/core/cache/backends/memcached.py"", line 95, in get_many
    _[m[k]] = v
KeyError: ':1:a'
}}}"	Bug	closed	Core (Cache system)	1.5	Normal	fixed			Unreviewed	1	0	0	0	0	0
