summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-12 16:13:32 +0200
committerGeorg Brandl <georg@python.org>2014-10-12 16:13:32 +0200
commit4c9e0b3806b82b1852044b5125c48d4746e4265e (patch)
treeade36d33e38c082d46add59d631c4d32134e2925 /Doc
parent077ee4f87a1b3b33dba665b00bb478914197483f (diff)
downloadcpython-4c9e0b3806b82b1852044b5125c48d4746e4265e.tar.gz
Closes #22586: clarify meaning of allow_fragments in urlparse.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/urllib.parse.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
index b95142042d..42aa4be170 100644
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -81,7 +81,8 @@ or on combining URL components into a URL string.
this argument is the empty string.
If the *allow_fragments* argument is false, fragment identifiers are not
- allowed. The default value for this argument is :const:`True`.
+ recognized and parsed as part of the preceding component. The default value
+ for this argument is :const:`True`.
The return value is actually an instance of a subclass of :class:`tuple`. This
class has the following additional read-only convenience attributes: