[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2018-05-20 Thread Christian Heimes
Christian Heimes added the comment: New changeset b85115ed4c5d4e80ab818b44401e71299de9e9a5 by Christian Heimes (Miss Islington (bot)) in branch '3.7': [3.7] bpo-32262: Fix typo in f-string (GH-7016)

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2018-05-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +6669 ___ Python tracker ___

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2018-05-20 Thread Christian Heimes
Christian Heimes added the comment: New changeset d361e99868a9eaa7ffce9341e1207705dbb66b50 by Christian Heimes in branch 'master': bpo-32262: Fix typo in f-string (GH-7016) https://github.com/python/cpython/commit/d361e99868a9eaa7ffce9341e1207705dbb66b50 -- nosy:

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2018-05-20 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: + ___ Python tracker ___ ___

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2017-12-10 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 19d0d5480931117d9e0bf396a0234707bbdaa494 by Yury Selivanov in branch 'master': bpo-32262: Fix f-string (#4787) https://github.com/python/cpython/commit/19d0d5480931117d9e0bf396a0234707bbdaa494 --

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2017-12-10 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +4688 ___ Python tracker ___ ___

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2017-12-10 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2017-12-10 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 6370f345e1d5829e1fba59cd695c8b82c5a8c620 by Yury Selivanov in branch 'master': bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2017-12-10 Thread Andrew Svetlov
Andrew Svetlov added the comment: Agree with Yury, at lease for asyncio library. -- ___ Python tracker ___

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2017-12-09 Thread Yury Selivanov
Yury Selivanov added the comment: I think it's OK. I want asyncio code to stay modern and up to date. git blame is not a problem here, as only one-two lines are changed per function. Code consistency is more important. --

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2017-12-09 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Usually we don't do such kind of changes. This spoils the output of `git annotate` and `git blame` and makes harder researching the history. -- nosy: +pitrou, rhettinger, serhiy.storchaka

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2017-12-09 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +4676 stage: -> patch review ___ Python tracker ___

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2017-12-09 Thread Yury Selivanov
Change by Yury Selivanov : -- components: asyncio nosy: yselivanov priority: normal severity: normal status: open title: Fix linting errors in asyncio code; use f-strings consistently versions: Python 3.7 ___ Python tracker

[issue32262] Fix linting errors in asyncio code; use f-strings consistently

2017-12-09 Thread Yury Selivanov
Change by Yury Selivanov : -- nosy: +asvetlov ___ Python tracker ___ ___