[GIT PULL] Make offlineimap works with Python3
    Nicolas Sebrecht 
    nicolas.s-dev at laposte.net
       
    Tue May 10 00:55:53 UTC 2016
    
    
  
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
    
    
More information about the OfflineIMAP-project
mailing list