commit | 1515450440f901bdb15e1ad0211a498f54053c3f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Apr 07 19:09:01 2015 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Apr 07 19:09:01 2015 +0300 |
tree | 9baa8cb78832d8b816ef2bb05120f425cbae22db | |
parent | 43a1bed3d21605081581f7f3eb8a731cd71ad51e [diff] |
Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes, ParseResultBytes, and SplitResultBytes to urllib.parse.__all__. Patch by Martin Panter.