mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
3771832b01
Py 3.12 finally pulled the plug on the `SafeConfigParser` class which has been deprecated since py 3.2. We use it in the legacy bindings only, so take the easy route of importing `ConfigParser` as `SafeConfigParser` and monkey-patching so that the class has the expected interface. |
||
---|---|---|
.. | ||
__init__.py | ||
compat.py | ||
database.py | ||
directory.py | ||
errors.py | ||
filenames.py | ||
globals.py | ||
message.py | ||
messages.py | ||
query.py | ||
tag.py | ||
thread.py | ||
threads.py | ||
version.py |