hgdemandimport/demandimportpy3.py
branchstable
changeset 35794 27b6df1b5adb
parent 35524 fcb1ecf2bef7
child 37843 670eb4fa1b86
--- a/hgdemandimport/demandimportpy3.py	Mon Jan 08 16:07:51 2018 -0800
+++ b/hgdemandimport/demandimportpy3.py	Mon Jan 22 17:53:02 2018 -0500
@@ -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(