[issue39056] Issues with handling the -W option

2020-01-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39056] Issues with handling the -W option

2020-01-05 Thread miss-islington
miss-islington added the comment: New changeset 43fbc70360b2a934ea809b2175d7e99031db2df3 by Miss Islington (bot) in branch '3.7': bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618) https://github.com/python/cpython/commit/43fbc70360b2a934ea809b2175d7e99031db2df3 -

[issue39056] Issues with handling the -W option

2020-01-05 Thread miss-islington
miss-islington added the comment: New changeset e1caa49f68dd63b534774aebad0c240143e6fb5d by Miss Islington (bot) in branch '3.8': bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618) https://github.com/python/cpython/commit/e1caa49f68dd63b534774aebad0c240143e6fb5d -

[issue39056] Issues with handling the -W option

2020-01-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +17258 pull_request: https://github.com/python/cpython/pull/17831 ___ Python tracker ___ __

[issue39056] Issues with handling the -W option

2020-01-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 41ec17e45d54473d32f543396293256f1581e44d by Serhiy Storchaka in branch 'master': bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618) https://github.com/python/cpython/commit/41ec17e45d54473d32f543396293256f1581e44d

[issue39056] Issues with handling the -W option

2020-01-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +17259 pull_request: https://github.com/python/cpython/pull/17832 ___ Python tracker ___ __

[issue39056] Issues with handling the -W option

2019-12-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +17088 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17618 ___ Python tracker ___

[issue39056] Issues with handling the -W option

2019-12-15 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : There are some issues with handling the -W option: 1. A traceback is printed for some invalid category names. $ ./python -Wignore::0 'import warnings' failed; traceback: Traceback (most recent call last): File "/home/serhiy/py/cpython/Lib/warnings.py", l