[ python-Bugs-1277016 ] Sentence fragment in urlparse documentation
SourceForge.net
noreply at sourceforge.net
Wed Aug 31 13:05:48 CEST 2005
Bugs item #1277016, was opened at 2005-08-31 01:57
Message generated for change (Comment added) made by doerwalter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1277016&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.5
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Chad Whitacre (whit537)
Assigned to: Nobody/Anonymous (nobody)
Summary: Sentence fragment in urlparse documentation
Initial Comment:
The urlparse documentation contains this sentence fragment:
"This should generally be used instead of urlparse() if
the more recent URL syntax allowing parameters to be
applied to each segment of the path portion of the URL
(see RFC 2396)."[1]
>From the context, I infer that the sentence should read
something like:
"This should generally be used instead of urlparse() if
you do not wish to support the more recent URL syntax
allowing parameters to be applied to each segment of
the path portion of the URL (see RFC 2396)."
-----
[1]
http://www.python.org/dev/doc/devel/lib/module-urlparse.html
----------------------------------------------------------------------
>Comment By: Walter Dörwald (doerwalter)
Date: 2005-08-31 13:05
Message:
Logged In: YES
user_id=89016
Checked in a different fix (by appending " is wanted" to the
sentence fragment).
Thanks for the report!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1277016&group_id=5470
More information about the Python-bugs-list
mailing list