From: Matthias A. <mat...@gm...> - 2016-06-08 20:41:16
|
Am 08.06.2016 um 21:36 schrieb Samuel Martin: > Hi all, > > Here is a couple of patchs fixing only python code formating in the > fetchmailconf.py file. > > After this series, fetchmailconf.py is compatible with python-2 and > python-3. I have applied them to the legacy_64 branch, but it doesn't seem to be fully compatible, it still uses "hash.has_key(k)" when it should use "k in hash", doesn't work with execfile(), doesn't know the new tkinter and tkinter.dialog names, and other issues -- it still needs to run through 2to3.py. (Python 3.4.3 used here.) Also, it doesn't apply to the master branch currently. Needs to be redone there properly. Fetchmailconf.py needs some love for the new SSL options anyways... |