This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients pitrou, r.david.murray, serhiy.storchaka, twouters
Date 2015-09-21.21:25:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442870714.02.0.814978155097.issue25209@psf.upfronthosting.co.za>
In-reply-to
Content
Open parenthesis ('(') is appended after completed callable globals and attributes. I propose to add a space after completed keyword. In most cases a space is either required after the keyword, or recommended by PEP8. Attached patch implements this.
History
Date User Action Args
2015-09-21 21:25:14serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, pitrou, r.david.murray
2015-09-21 21:25:14serhiy.storchakasetmessageid: <1442870714.02.0.814978155097.issue25209@psf.upfronthosting.co.za>
2015-09-21 21:25:13serhiy.storchakalinkissue25209 messages
2015-09-21 21:25:13serhiy.storchakacreate