Fix str.format() calls for Python 2.6.
Python 2.6 requires a slightly different string formatting that >2.7. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:

committed by
Sebastian Spaeth

parent
7e8233131c
commit
a614f9a735
@ -8,6 +8,8 @@ ChangeLog
|
||||
WIP (add new stuff for the next release)
|
||||
========================================
|
||||
|
||||
* Fix str.format() calls for Python 2.6 (D. Logie)
|
||||
|
||||
OfflineIMAP v6.5.4 (2012-06-02)
|
||||
=================================
|
||||
|
||||
|
Reference in New Issue
Block a user