Message258791
| 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:01 | serhiy.storchaka | set | recipients: + serhiy.storchaka, terry.reedy |
| 2016-01-22 11:06:01 | serhiy.storchaka | set | messageid: <1453460761.72.0.932191722472.issue26177@psf.upfronthosting.co.za> |
| 2016-01-22 11:06:01 | serhiy.storchaka | link | issue26177 messages |
| 2016-01-22 11:06:01 | serhiy.storchaka | create | |