[issue21746] urlparse.BaseResult no longer exists

Matthew Gilson report at bugs.python.org
Fri Jun 13 11:09:52 CEST 2014


New submission from Matthew Gilson:

The BaseResult has been replaced by namedtuple.  This also opens up all of the documented methods on namedtuple which would be nice to have as part of the API.  I've taken a stab and re-writing the docs here.  Feel free to use it (or not)...

----------
files: python_doc_patch.patch
keywords: patch
messages: 220425
nosy: mgilson
priority: normal
severity: normal
status: open
title: urlparse.BaseResult no longer exists
Added file: http://bugs.python.org/file35612/python_doc_patch.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21746>
_______________________________________


More information about the Python-bugs-list mailing list