This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author adelfino
Recipients adelfino, docs@python
Date 2018-09-24.16:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537805047.54.0.956365154283.issue34789@psf.upfronthosting.co.za>
In-reply-to
Content
Doc says:

"If parser_list is provided, it must be a *sequence* of strings which name modules that have a function named create_parser()"

but code concatenas parser_list with an existing list:

for parser_name in parser_list + default_parser_list:

Fix this by stating parser_list must be a specific kind of sequence, that is, a list.
History
Date User Action Args
2018-09-24 16:04:07adelfinosetrecipients: + adelfino, docs@python
2018-09-24 16:04:07adelfinosetmessageid: <1537805047.54.0.956365154283.issue34789@psf.upfronthosting.co.za>
2018-09-24 16:04:07adelfinolinkissue34789 messages
2018-09-24 16:04:07adelfinocreate