summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-04-27 11:53:21 +0200
committerVictor Stinner <vstinner@redhat.com>2015-04-28 10:30:21 +0200
commit83f5d3ab5df56d7455eac25e3ef3f98555f89590 (patch)
tree5e5e967a13686be20b36a0c19b9f2e3325b7ba6a /.gitignore
parent1e19e6e64a30c592acfed526b0b04d376740d1da (diff)
downloadkeystonemiddleware-83f5d3ab5df56d7455eac25e3ef3f98555f89590.tar.gz
Port keystonemiddleware to Python 3
On Python 3, memcache returns data as Unicode, but the hmac module expects bytes. Encode data to UTF-8. Fix also DisableModuleFixture.clear_module() on Python 3. dict.keys() is now an iterator on Python 3: create a list because sys.modules is modified in the loop body. Closes-Bug: #1449423 Change-Id: Id4805c01b0127a3a86235a7d1a4bb3863b51a6b6
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions