[New-bugs-announce] [issue32131] Missing encoding parameter in urllib/parse.py

Jean-Michel report at bugs.python.org
Sat Nov 25 06:48:22 EST 2017


New submission from Jean-Michel <jeanmichel.baincornu at protonmail.com>:

Here is the patch, working for me in Python 3.4.2
610,611c703
<             #~ value = _coerce_result(value)
<             value = _coerce_result(value,encoding=encoding)
---
>             value = _coerce_result(value)

----------
messages: 306953
nosy: jmbc
priority: normal
severity: normal
status: open
title: Missing encoding parameter in urllib/parse.py
type: crash
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32131>
_______________________________________


More information about the New-bugs-announce mailing list