We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcac26 commit f3866dfCopy full SHA for f3866df
1 file changed
CHANGELOG.md
@@ -5,6 +5,11 @@
5
* CPython 3.7 and 3.8 and PyPy3 added to test matrix
6
* Hyperlink now has type hints and they are now exported per
7
[PEP 561](https://www.python.org/dev/peps/pep-0561/).
8
+* Several bugs related to hidden state were fixed, making it so that all data
9
+ on a `URL` object (including `rooted` and `uses_netloc`) is reflected by and
10
+ consistent with its textual representation.
11
+ This does mean that sometimes these constructor arguments are ignored, if it
12
+ would create invalid or unparseable URL text.
13
14
## 19.0.0
15
0 commit comments