]> granicus.if.org Git - python/commit
PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 4 Aug 2014 03:02:53 +0000 (23:02 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 4 Aug 2014 03:02:53 +0000 (23:02 -0400)
commitae4108612c961990bb2e6498f60e1f41c3993c04
treecfaf0b1dc011f4f12095ab8315cd8953aa4a936d
parentc4a907dbc14f95ee3502d046f4284d00af7e6dc1
PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments,
a, b in arg lists, and hanging indents for long arg lists.
Lib/idlelib/configDialog.py