[issue31507] email.utils.parseaddr has no docstring

2017-10-06 Thread Mariatta Wijaya
Change by Mariatta Wijaya : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue31507] email.utils.parseaddr has no docstring

2017-10-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 93c0885dc84381cbbb970402b1a21bf690ee312c by Mariatta (Rohit Balasubramanian) in branch '3.6': bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (GH-3647) (GH-3733) https://github.com/python/cpython/commit/93c0885dc84381cbbb

[issue31507] email.utils.parseaddr has no docstring

2017-09-24 Thread Rohit Balasubramanian
Changes by Rohit Balasubramanian <98bro...@gmail.com>: -- pull_requests: +3721 ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue31507] email.utils.parseaddr has no docstring

2017-09-24 Thread Rohit Balasubramanian
Changes by Rohit Balasubramanian <98bro...@gmail.com>: -- pull_requests: +3719 ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue31507] email.utils.parseaddr has no docstring

2017-09-19 Thread R. David Murray
R. David Murray added the comment: New changeset 9e7b9b21fe45f7d93eaf9382fedfa18247d0d2b2 by R. David Murray (Rohit Balasubramanian) in branch 'master': bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (gh-3647) https://github.com/python/cpython/commit/9e7b9b21fe45f7d93eaf

[issue31507] email.utils.parseaddr has no docstring

2017-09-18 Thread R. David Murray
R. David Murray added the comment: Mark: re your training course...if you aren't trying to stay compatible with python2, note that python3 has a much more sophisticated address parser now, that gets called automatically if you use the new policies. -- components: +email nosy: +barry, r

[issue31507] email.utils.parseaddr has no docstring

2017-09-18 Thread Rohit Balasubramanian
Rohit Balasubramanian added the comment: I have submitted a pull request for the changes to email.utils.parseaddr. -- keywords: +patch nosy: +rohitb pull_requests: +3640 stage: -> patch review ___ Python tracker

[issue31507] email.utils.parseaddr has no docstring

2017-09-18 Thread Krzysztof Warunek
Krzysztof Warunek added the comment: As well as `parsedate_to_datetime`... I'll work on that -- nosy: +kwarunek ___ Python tracker ___ __

[issue31507] email.utils.parseaddr has no docstring

2017-09-18 Thread Mark Dickinson
New submission from Mark Dickinson: 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 2