]> 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:58 +0000 (23:02 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 4 Aug 2014 03:02:58 +0000 (23:02 -0400)
commit4036d87f4dfae69b0ff8850a3f5d6ce65cecd172
treea17e04858446eb9005715273db940adee54d89f7
parentb3d4c212f734abdd8d915295d9ae3f5b461acf47
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