Skip to content
Snippets Groups Projects
Commit fcb1ecf2bef7 authored by Pulkit Goyal's avatar Pulkit Goyal
Browse files

hgdemandimport: use correct hyperlink to python-bug in comments (issue5765)

Differential Revision: https://phab.mercurial-scm.org/D1810
parent 45ed821b5ce4
No related merge requests found
......@@ -46,7 +46,7 @@
super().exec_module(module)
# This is 3.6+ because with Python 3.5 it isn't possible to lazily load
# extensions. See the discussion in https://python.org/sf/26186 for more.
# extensions. See the discussion in https://bugs.python.org/issue26186 for more.
_extensions_loader = _lazyloaderex.factory(
importlib.machinery.ExtensionFileLoader)
_bytecode_loader = _lazyloaderex.factory(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment