aosabook/500lines

Why does this code crash

outofsky opened this issue · 1 comments

normalized = urllib.parse.urljoin(**response.url**, url)
defragmented, frag = urllib.parse.urldefrag(normalized)

if i replace the code

response.url

,it will no crash

env:
win10 + anaconda + python 3.7