On Sat, Dec 01, 2018 at 09:55:11PM +0100, Paul Gevers wrote:
> I copied some of the output at the bottom of this report. As the delta
> in the reference is just a from encoded ~ to non-encoded ~ (which looks
> intentional, but I may be wrong), I think you need to update the
> reference. Please reassign to python3.7 when you really think this
> change is a regression in python3.
Yes, this seems to be a change in python 3.7 libs:
Python 3.7 updates from using RFC 2396 to RFC 3986 to quote URL strings.
Now, "~" is included in the set of reserved characters.
I will patch the unit tests to work with this.
--
Valentin