-
Notifications
You must be signed in to change notification settings - Fork 882
Closed
Labels
bugBug report.Bug report.confirmedConfirmed bug report or approved feature request.Confirmed bug report or approved feature request.coreRelated to the core parser code.Related to the core parser code.
Milestone
Description
Hello!
If i run a test with python3 -We
error level, i got this Warning:
File "/usr/local/lib/python3.7/dist-packages/markdown/__init__.py", line 29, in <module>
from .core import Markdown, markdown, markdownFromFile # noqa: E402
File "/usr/local/lib/python3.7/dist-packages/markdown/core.py", line 26, in <module>
from . import util
File "/usr/local/lib/python3.7/dist-packages/markdown/util.py", line 87, in <module>
INSTALLED_EXTENSIONS = metadata.entry_points().get('markdown.extensions', ())
File "/usr/local/lib/python3.7/dist-packages/importlib_metadata/__init__.py", line 312, in get
flake8_bypass(self._warn)()
DeprecationWarning: SelectableGroups dict interface is deprecated. Use select.
python version is Python 3.7.3
see changes in metadata.py
x-yuri, hwalinga, pratyushmittal and johnthagen
Metadata
Metadata
Assignees
Labels
bugBug report.Bug report.confirmedConfirmed bug report or approved feature request.Confirmed bug report or approved feature request.coreRelated to the core parser code.Related to the core parser code.