[issue35128] warning.warn messages with spacing issues

2018-11-01 Thread Pablo Santiago Blum de Aguiar
Pablo Santiago Blum de Aguiar added the comment: Thanks again for reviewing, merging and backporting. Next time I'll try and backport as well :-) -- ___ Python tracker ___ __

[issue35128] warning.warn messages with spacing issues

2018-11-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Seems 2.7 is not affected. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue35128] warning.warn messages with spacing issues

2018-11-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 89138f286938753f273c90547491efe374e617c1 by Serhiy Storchaka in branch '3.6': [3.6] bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268). (GH-10281) https://github.com/python/cpython/commit/89138f286938753f273c90547491efe374e6

[issue35128] warning.warn messages with spacing issues

2018-11-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 5e0537cf7e5b0a5ef134c7da0b68b8e55c69f4b0 by Serhiy Storchaka in branch '3.7': [3.7] bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268). (GH-10280) https://github.com/python/cpython/commit/5e0537cf7e5b0a5ef134c7da0b68b8e55c69

[issue35128] warning.warn messages with spacing issues

2018-11-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +9592 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35128] warning.warn messages with spacing issues

2018-11-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +9591 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue35128] warning.warn messages with spacing issues

2018-11-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 4b5e62dbb22a3593e0db266c12f805b727a42b00 by Serhiy Storchaka (Pablo Aguiar) in branch 'master': bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268) https://github.com/python/cpython/commit/4b5e62dbb22a3593e0db266c12f805b727a42

[issue35128] warning.warn messages with spacing issues

2018-11-01 Thread Pablo Santiago Blum de Aguiar
Pablo Santiago Blum de Aguiar added the comment: You have a point. They make the message more readable. I've readded the double spaces. -- ___ Python tracker ___

[issue35128] warning.warn messages with spacing issues

2018-10-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +Library (Lib) type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue35128] warning.warn messages with spacing issues

2018-10-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- stage: resolved -> patch review status: closed -> open ___ Python tracker ___ ___ Python-bugs-list m

[issue35128] warning.warn messages with spacing issues

2018-10-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think double space after a period is not a bug. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___

[issue35128] warning.warn messages with spacing issues

2018-10-31 Thread Pablo Santiago Blum de Aguiar
Change by Pablo Santiago Blum de Aguiar : -- pull_requests: +9581 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue35128] warning.warn messages with spacing issues

2018-10-31 Thread Pablo Santiago Blum de Aguiar
Pablo Santiago Blum de Aguiar added the comment: Sorry, only when creating the PR I read that trivial changes like this need no issue. -- stage: -> resolved status: open -> closed ___ Python tracker _

[issue35128] warning.warn messages with spacing issues

2018-10-31 Thread Pablo Santiago Blum de Aguiar
New submission from Pablo Santiago Blum de Aguiar : Some warn messages miss space between words, such as: Use of 'buffering' argument is deprecated and ignoredsince Python 3.0. in bz2 library, and: keyfile and certfile are deprecated, use acustom context instead in many libraries, such as p