Skip to content

Commit

Permalink
link directly to the issue comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Jun 28, 2022
1 parent e29c694 commit 852760a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion furl/furl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 852760a

Please sign in to comment.