Commit c0ae33b1 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Merge heads

parents 403dc817 6f158284
...@@ -83,8 +83,9 @@ The :mod:`urlparse` module defines the following functions: ...@@ -83,8 +83,9 @@ The :mod:`urlparse` module defines the following functions:
this argument is the empty string. this argument is the empty string.
If the *allow_fragments* argument is false, fragment identifiers are not If the *allow_fragments* argument is false, fragment identifiers are not
allowed, even if the URL's addressing scheme normally does support them. The recognized and parsed as part of the preceding component, even if the URL's
default value for this argument is :const:`True`. addressing scheme normally does support them. The default value for this
argument is :const:`True`.
The return value is actually an instance of a subclass of :class:`tuple`. This The return value is actually an instance of a subclass of :class:`tuple`. This
class has the following additional read-only convenience attributes: class has the following additional read-only convenience attributes:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment