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 ezio.melotti
Recipients ezio.melotti, mrabarnett, pitrou, serhiy.storchaka
Date 2015-02-01.21:43:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422827031.29.0.290783563001.issue22818@psf.upfronthosting.co.za>
In-reply-to
Content
DeprecationWarning: Base class for warnings about deprecated features.
UserWarning: Base class for warnings generated by user code.
RuntimeWarning: Base class for warnings about dubious runtime behavior.
FutureWarning: Base class for warnings about constructs that will change semantically in the future.

I think FutureWarning would be a good choice here, since we are going to change the semantics of a construct (before zero-width pattern didn't split -> in the future they will).
History
Date User Action Args
2015-02-01 21:43:51ezio.melottisetrecipients: + ezio.melotti, pitrou, mrabarnett, serhiy.storchaka
2015-02-01 21:43:51ezio.melottisetmessageid: <1422827031.29.0.290783563001.issue22818@psf.upfronthosting.co.za>
2015-02-01 21:43:51ezio.melottilinkissue22818 messages
2015-02-01 21:43:51ezio.melotticreate