On Mon, May 09, 2016 at 07:45:22PM +0200, Łukasz Żarnowiecki wrote: > Łukasz Żarnowiecki (15): > Raise exceptions as defined in PEP 3109
Not applied. > Convert except X,T to except X as T > Do not mix tabs with spaces > Rename email.Parser to email.parser > Convert basestring to str > Add workaround for string.split for Python3 Applied. > Encode utf-8 argument for md5 function Not applied. > Replace calls to long with int calls Applied. > Replace dictionary iteration methods Not applied. > Change filter with lambda to list comprehension > Do not encode elements of list > Replace has_key method to "key in dict" > Replace xrange with range > Remove xreadlines calls > Wrap zip calls with list call Applied. Thank you! -- Nicolas Sebrecht _______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
