Anthony Sottile <[email protected]> added the comment:
If I add a patch which is essentially:
try: # sphinx>=1.6
from sphinx.util.logging import getLogger
except ImportError: # sphinx<1.6
from logging import getLogger
will that be fine?
and should I open that against 3.7 to be backported or just against 3.6 (I also
ran into the same issue when backporting 3.7.2 for xenial -- but there I
adjusted the minimum sphinx version:
https://github.com/deadsnakes/python3.7/commit/c27b89bc7032d0b072b46c7425e5b32788f1c0fd
)
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35605>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com