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 petr.viktorin
Recipients AdamGold, eric.araujo, gregory.p.smith, kj, lemburg, lukasz.langa, mcepl, ned.deily, orsenthil, petr.viktorin, rschiron, serhiy.storchaka, vstinner
Date 2021-03-11.08:24:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615451092.4.0.673221600037.issue42967@roundup.psfhosted.org>
In-reply-to
Content
There's another part of the new implementation that looks a bit fishy: the `separator` argument now allows multi-character strings, so you can parse 'a=1<SPLIT>b=2' with separator='<SPLIT>'.
Was this intentional?
History
Date User Action Args
2021-03-11 08:24:52petr.viktorinsetrecipients: + petr.viktorin, lemburg, gregory.p.smith, orsenthil, vstinner, ned.deily, mcepl, eric.araujo, lukasz.langa, serhiy.storchaka, rschiron, kj, AdamGold
2021-03-11 08:24:52petr.viktorinsetmessageid: <1615451092.4.0.673221600037.issue42967@roundup.psfhosted.org>
2021-03-11 08:24:52petr.viktorinlinkissue42967 messages
2021-03-11 08:24:52petr.viktorincreate