From patchwork Fri Jan 5 13:41:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D1810: hgdemandimport: use correct hyperlink to python-bug in comments (issue5765) From: phabricator X-Patchwork-Id: 26566 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Fri, 5 Jan 2018 13:41:52 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHGfcb1ecf2bef7: hgdemandimport: use correct hyperlink to python-bug in comments (issue5765) (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1810?vs=4704&id=4705 REVISION DETAIL https://phab.mercurial-scm.org/D1810 AFFECTED FILES hgdemandimport/demandimportpy3.py CHANGE DETAILS To: pulkit, #hg-reviewers, yuja Cc: yuja, mercurial-devel diff --git a/hgdemandimport/demandimportpy3.py b/hgdemandimport/demandimportpy3.py --- a/hgdemandimport/demandimportpy3.py +++ b/hgdemandimport/demandimportpy3.py @@ -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(