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 abarry
Recipients abarry, barry, serhiy.storchaka
Date 2016-12-11.15:38:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481470700.12.0.701741077441.issue28937@psf.upfronthosting.co.za>
In-reply-to
Content
Changing the behaviour when sep is None is a big backwards-compatibility break, and I'm not sure we'd even want that. It's logical to allow passing None to mean the same thing as NULL (i.e. no arguments), and the behaviour in that case has been like that for... well, long enough that changing it isn't really feasible.

I agree with Barry here, especially since this is a completely opt-in feature, and existing behaviour isn't changed without the user's knowledge.
History
Date User Action Args
2016-12-11 15:38:20abarrysetrecipients: + abarry, barry, serhiy.storchaka
2016-12-11 15:38:20abarrysetmessageid: <1481470700.12.0.701741077441.issue28937@psf.upfronthosting.co.za>
2016-12-11 15:38:20abarrylinkissue28937 messages
2016-12-11 15:38:19abarrycreate