changeset 35524:fcb1ecf2bef7

hgdemandimport: use correct hyperlink to python-bug in comments (issue5765) Differential Revision: https://phab.mercurial-scm.org/D1810
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 05 Jan 2018 17:23:55 +0530
parents 45ed821b5ce4
children 83903433c2eb
files hgdemandimport/demandimportpy3.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgdemandimport/demandimportpy3.py	Wed Jan 03 10:37:49 2018 +0800
+++ b/hgdemandimport/demandimportpy3.py	Fri Jan 05 17:23:55 2018 +0530
@@ -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(