]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and...
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 25 Jun 2015 20:38:48 +0000 (23:38 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 25 Jun 2015 20:38:48 +0000 (23:38 +0300)
commit89584c97e44b7cc7ca782e8e4c668b0647147f24
treefd7eea20c34c6cbac54d69d7599c4ef8f3118999
parent1096f761b67b2286ac2ab7b8989dc0e0b5a54a96
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.

Patch by Martin Panter.
Doc/library/urllib.parse.rst
Lib/test/test_urlparse.py