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 serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy
Date 2016-01-22.11:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453460761.72.0.932191722472.issue26177@psf.upfronthosting.co.za>
In-reply-to
Content
split() has many warts, it shouldn't be used. It is enough just call splitlist() for elements of a list.

Proposed patch fixes Misc.keys(). It also adds tests for missed options (some of them are not explicitly documented).
History
Date User Action Args
2016-01-22 11:06:01serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2016-01-22 11:06:01serhiy.storchakasetmessageid: <1453460761.72.0.932191722472.issue26177@psf.upfronthosting.co.za>
2016-01-22 11:06:01serhiy.storchakalinkissue26177 messages
2016-01-22 11:06:01serhiy.storchakacreate