[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-11-12 Thread Petr Viktorin
Petr Viktorin added the comment: Thank you for the fix! -- nosy: +petr.viktorin resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset 29fd6a77d509cffacc5691ebd9dab53455ad959e by Miss Islington (bot) in branch '3.8': [3.8] bpo-38421: Update email.utils documentation (GH-16678) (GH-17122) https://github.com/python/cpython/commit/29fd6a77d509cffacc5691ebd9dab53455ad959e

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset eadddad6b093bca74601b1ea91ab96119bc543d8 by Miss Islington (bot) in branch '3.7': [3.7] bpo-38421: Update email.utils documentation (GH-16678) (GH-17121) https://github.com/python/cpython/commit/eadddad6b093bca74601b1ea91ab96119bc543d8

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16628 pull_request: https://github.com/python/cpython/pull/17122 ___ Python tracker ___

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-11-12 Thread miss-islington
miss-islington added the comment: New changeset a12255d8def0c82560545e66c1be981a447751c3 by Miss Islington (bot) (David K) in branch 'master': bpo-38421: Update email.utils documentation (GH-16678) https://github.com/python/cpython/commit/a12255d8def0c82560545e66c1be981a447751c3 --

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-11-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16627 pull_request: https://github.com/python/cpython/pull/17121 ___ Python tracker ___

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-10-09 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +16261 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16678 ___ Python tracker ___

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-10-09 Thread David Kernan
Change by David Kernan : -- assignee: -> docs@python components: +Documentation -email nosy: +docs@python ___ Python tracker ___

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-10-09 Thread David Kernan
David Kernan added the comment: Ah yes, thanks, this does seem pretty intentional. I'll submit a PR for the documentation for this method for the affected version. -- ___ Python tracker

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-10-09 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: It looks like a documentation issue to me given the change and tests made in https://github.com/python/cpython/commit/875048bd4c95ae90c3e541cad681b11436ce1f3f -- nosy: +xtreak ___ Python tracker

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-10-09 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +maxking ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38421] email.utils.parsetime_tz does not return "None" as the tz offset

2019-10-09 Thread David Kernan
Change by David Kernan : -- title: email.utils.parsetime_tz does not return "None" -> email.utils.parsetime_tz does not return "None" as the tz offset ___ Python tracker ___

[issue38421] email.utils.parsetime_tz does not return "None"

2019-10-09 Thread David Kernan
Change by David Kernan : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38421] email.utils.parsetime_tz does not return "None"

2019-10-09 Thread David Kernan
New submission from David Kernan : email.utils.parsetime_tz() is a function which attempts to parse a date, and returns a 10-item tuple. The first 9 items represents a time, and the last item represents the timezone offset from UTC. In Python 2, the original behavior was to return the date,