f634546980
This suppressing the warning generated when running offlineimap on python2 with -3 switch: offlineimap/folder/Base.py:29: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x Since this object is mutable it should not be hashable. From Python documentation[1]: A class that overrides __eq__() and does not define __hash__() will have its __hash__() implicitly set to None. Therefore old behaviour is preserved. [1] https://docs.python.org/3/reference/datamodel.html Signed-off-by: Łukasz Żarnowiecki <dolohow@outlook.com> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net> |
||
---|---|---|
.. | ||
folder | ||
repository | ||
ui | ||
utils | ||
__init__.py | ||
accounts.py | ||
bundled_imaplib2.py | ||
CustomConfig.py | ||
emailutil.py | ||
error.py | ||
globals.py | ||
imaplibutil.py | ||
imapserver.py | ||
imaputil.py | ||
init.py | ||
localeval.py | ||
mbnames.py | ||
threadutil.py | ||
virtual_imaplib2.py |