]> 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:39:53 +0000 (23:39 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 25 Jun 2015 20:39:53 +0000 (23:39 +0300)
commitae44292fe2a2904f4e1be80f28a85929833826a7
tree09bfabead0432ed1b1584b9f9f2919042177311f
parent52c6d599f5fbd7fa9292a796677f2f8ab4eadea3
parenta7c781724f32bbc659894e5e1ee9f7f18d1252c6
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.

Patch by Martin Panter.