Package: python-pymemcache / 1.2.4-2

Metadata

Package Version Patches format
python-pymemcache 1.2.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix test to work with python3.2.patch | (download)

pymemcache/test/test_client.py | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 fix test to work with python 3.2
 There's some u'' unicode strings which wouldn't work in Python 3.2, this
 patch fixes that.