bpo-14826: document that URLopener quotes fullurl. (GH-12758) · python/cpython@2fb2bc8 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 2fb2bc8
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1435,6 +1435,7 @@ some point in the future. | ||
1435 | 1435 | The *data* argument has the same meaning as the *data* argument of |
1436 | 1436 | :func:`urlopen`. |
1437 | 1437 | |
1438 | + This method always quotes *fullurl* using :func:`~urllib.parse.quote`. | |
1438 | 1439 | |
1439 | 1440 | .. method:: open_unknown(fullurl, data=None) |
1440 | 1441 |