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 rhettinger
Recipients Alex Grigoryev, rhettinger, xtreak
Date 2019-03-23.21:14:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553375676.4.0.117492728746.issue36410@roundup.psfhosted.org>
In-reply-to
Content
Generally, we don't make changes that would break existing code relying on the documented and tested behavior.

If you would like to propose a new method, the python-ideas mailing list would be a good place to start.

>>> s[len('mailto:'):] if s.startswith('mailto:') else s
'maria@gmail.com'
History
Date User Action Args
2019-03-23 21:14:36rhettingersetrecipients: + rhettinger, Alex Grigoryev, xtreak
2019-03-23 21:14:36rhettingersetmessageid: <1553375676.4.0.117492728746.issue36410@roundup.psfhosted.org>
2019-03-23 21:14:36rhettingerlinkissue36410 messages
2019-03-23 21:14:36rhettingercreate