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 mark.dickinson
Recipients mark.dickinson
Date 2017-09-18.09:52:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505728355.43.0.989545803706.issue31507@psf.upfronthosting.co.za>
In-reply-to
Content
While demonstrating email.utils.parseaddr in a recent training course, I discovered it had no docstring (see below). This looks as though it should be an easy fix for a first-time contributor.

taniyama:Desktop mdickinson$ ipython
Python 3.6.2 (default, Jul 24 2017, 13:17:39) 
Type 'copyright', 'credits' or 'license' for more information
IPython 6.2.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: from email.utils import parseaddr

In [2]: parseaddr?
Signature: parseaddr(addr)
Docstring: <no docstring>
File:      /opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/email/utils.py
Type:      function
History
Date User Action Args
2017-09-18 09:52:35mark.dickinsonsetrecipients: + mark.dickinson
2017-09-18 09:52:35mark.dickinsonsetmessageid: <1505728355.43.0.989545803706.issue31507@psf.upfronthosting.co.za>
2017-09-18 09:52:35mark.dickinsonlinkissue31507 messages
2017-09-18 09:52:35mark.dickinsoncreate