From 852760ae8180723748eb533755adfe01e8a03d27 Mon Sep 17 00:00:00 2001 From: Ansgar Grunseid Date: Mon, 27 Jun 2022 23:43:16 -0700 Subject: [PATCH] link directly to the issue comment --- furl/furl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/furl/furl.py b/furl/furl.py index 3f1ce3b..cd6d710 100644 --- a/furl/furl.py +++ b/furl/furl.py @@ -115,7 +115,7 @@ def non_string_iterable(o): # TODO(grun): Support IDNA2008 via the third party idna module. See -# https://github.com/gruns/furl/issues/73. +# https://github.com/gruns/furl/issues/73#issuecomment-226549755. def idna_encode(o): if callable_attr(o, 'encode'): return str(o.encode('idna').decode('utf8'))