Fix linting errors in asyncio code; use f-strings consistently · Issue #76443 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@1st1

Description

@1st1

BPO 32262
Nosy @rhettinger, @pitrou, @tiran, @asvetlov, @serhiy-storchaka, @1st1
PRs bpo-32262: Fix codestyle; use f-strings formatting where necessary. #4775bpo-32262: Fix f-string #4787bpo-32262: Fix typo in f-string #7016[3.7] bpo-32262: Fix typo in f-string (GH-7016) #7018

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None closed_at = <Date 2017-12-10.23:36:37.102> created_at = <Date 2017-12-09.21:35:20.347> labels = ['type-feature', '3.7', 'expert-asyncio'] title = 'Fix linting errors in asyncio code; use f-strings consistently' updated_at = <Date 2018-05-20.18:22:58.379> user = 'https://github.com/1st1'

bugs.python.org fields:

activity = <Date 2018-05-20.18:22:58.379> actor = 'christian.heimes' assignee = 'none' closed = True closed_date = <Date 2017-12-10.23:36:37.102> closer = 'yselivanov' components = ['asyncio'] creation = <Date 2017-12-09.21:35:20.347> creator = 'yselivanov' dependencies = [] files = [] hgrepos = [] issue_num = 32262 keywords = ['patch'] message_count = 7.0 messages = ['307929', '307938', '307949', '308005', '308010', '317194', '317196'] nosy_count = 6.0 nosy_names = ['rhettinger', 'pitrou', 'christian.heimes', 'asvetlov', 'serhiy.storchaka', 'yselivanov'] pr_nums = ['4775', '4787', '7016', '7018'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue32262' versions = ['Python 3.7']