~bac/python-memcached/bug-974632

Viewing all changes in revision 52.

  • Committer: Sean Reifschneider
  • Date: 2011-11-28 01:10:38 UTC
  • Revision ID: jafo@tummy.com-20111128011038-lqz6alwb3cwtb6ox
Bug #745633: Values of maximum size are not stored
API inconsistency, max value length was tested for <= while max KEY
length was <.  So I picked that keys and values *LONGER* than the
specified max value are what is used, and added documentation and tests
to that effect.  The test for max value tested that length plus 4, so
I've changed that to be that value plus 1.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: