summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2011-11-27 17:37:52 -0700
committerSean Reifschneider <jafo@tummy.com>2011-11-27 17:37:52 -0700
commita1910ce357b55e132886d8af1ba7858e2a929d5f (patch)
treed94a4f13ea92b8a221c893fab5ec73ba16a9ba26 /ChangeLog
parent993ccd84df670f99ff25bdc2cd9bdd623dee24d6 (diff)
downloadpython-memcached-a1910ce357b55e132886d8af1ba7858e2a929d5f.tar.gz
Reverting patch that allows spaces in key.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 0 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4387de6..0e8deb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,6 @@
code, a simple one would be to use Client().reset_cas() to completely
clear the cas_ids cache. Problem pointed out by Shaun Cutts.
- * Bug: #794456: Spaces in memcache keynames
- Now allow spaces in keys. Proposed by cpaetzel.
-
* Bug #728359: Make python-memcache work on memcache restarts.
Patch by Tarek Ziade', reviewed and further patches submitted by Hugo
Beauze'e-Luysse and Neganov Alexandr.