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 akira
Recipients akira, mark.dickinson, methane, rhettinger, serhiy.storchaka
Date 2017-01-23.15:00:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485183658.86.0.0381798348831.issue28876@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated the patch to use 4-space indent (pep-7).

I've added space around "=" (pep-7); unlike the usual
"dict(designator=value)" -- no space around "=" for keyword argument
(pep-8).
History
Date User Action Args
2017-01-23 15:00:58akirasetrecipients: + akira, rhettinger, mark.dickinson, methane, serhiy.storchaka
2017-01-23 15:00:58akirasetmessageid: <1485183658.86.0.0381798348831.issue28876@psf.upfronthosting.co.za>
2017-01-23 15:00:58akiralinkissue28876 messages
2017-01-23 15:00:58akiracreate