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 ezio.melotti, larry, mrabarnett, rhettinger, serhiy.storchaka
Date 2016-10-16.09:14:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476609243.65.0.900598959793.issue14991@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe start emitting FutureWarning when groupdict() is called without an argument? groupdict(None) returns the same result but without a warning. After 1 or 2 releases the behavior can be changed: groupdict() will return only matched groups.
History
Date User Action Args
2016-10-16 09:14:03serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, larry, ezio.melotti, mrabarnett
2016-10-16 09:14:03serhiy.storchakasetmessageid: <1476609243.65.0.900598959793.issue14991@psf.upfronthosting.co.za>
2016-10-16 09:14:03serhiy.storchakalinkissue14991 messages
2016-10-16 09:14:03serhiy.storchakacreate