Files
python-keystoneclient/keystoneclient
Cyril Roelandt b6bfbd3e08 Python 3: Fix an str vs bytes issue in tempfile
In Python 3, one cannot write:

    from tempfile import NamedTemporaryFile
    with NamedTemporaryFile() as f:
        f.write('foobar')

The input of f.write() must be bytes. Encode it when necessary in
middleware/auth_token.py, in a way that is compatible with Python 2.

Change-Id: Ib60afbc5e01c35f59cd7c9b68bfedb10ad897ff9
2014-01-28 12:18:05 +01:00
..
2012-09-29 16:03:23 -07:00
2014-01-08 10:57:00 +01:00
2013-12-03 12:00:03 +10:00
2013-12-03 12:00:03 +10:00
2013-12-03 12:00:03 +10:00
2014-01-23 18:40:30 +01:00