[issue34654] test_time needs to handle '+' at the beginning of large years

2018-09-12 Thread miss-islington
miss-islington added the comment: New changeset 21a808230aa33741f1dd9bf38f0e283c1b72210e by Miss Islington (bot) in branch '3.6': closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238) https://github.com/python/cpython/commit/21a808230aa33741f1dd9bf38f0e283c1b72210e ---

[issue34654] test_time needs to handle '+' at the beginning of large years

2018-09-12 Thread miss-islington
miss-islington added the comment: New changeset ea2fcd3db65b796ad3eda1619a903cefb1aa9363 by Miss Islington (bot) in branch '3.7': closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238) https://github.com/python/cpython/commit/ea2fcd3db65b796ad3eda1619a903cefb1aa9363 ---

[issue34654] test_time needs to handle '+' at the beginning of large years

2018-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +8677 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34654] test_time needs to handle '+' at the beginning of large years

2018-09-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset e1a34ceb541ef87e03bb428630097dacc9c658e5 by Benjamin Peterson in branch 'master': closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238) https://github.com/python/cpython/commit/e1a34ceb541ef87e03bb428630097dacc9c658e5

[issue34654] test_time needs to handle '+' at the beginning of large years

2018-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +8676 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34654] test_time needs to handle '+' at the beginning of large years

2018-09-12 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +8669 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue34654] test_time needs to handle '+' at the beginning of large years

2018-09-12 Thread Benjamin Peterson
New submission from Benjamin Peterson : POSIX allows the '%Y' format in strftime to start with a '+' sign for years with more than 4 digits. test_time is not tolerant of that, which leads to failures like this with musl: == F