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 belopolsky
Recipients anton.barkovsky, belopolsky, benjamin.peterson, r.david.murray
Date 2014-07-12.19:12:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405192336.78.0.322946871577.issue21966@psf.upfronthosting.co.za>
In-reply-to
Content
A nitpick: banner=banner in 

+   interact(banner=banner)

is redundant.

+   interact(banner)

would work and is just as clear.
History
Date User Action Args
2014-07-12 19:12:16belopolskysetrecipients: + belopolsky, benjamin.peterson, r.david.murray, anton.barkovsky
2014-07-12 19:12:16belopolskysetmessageid: <1405192336.78.0.322946871577.issue21966@psf.upfronthosting.co.za>
2014-07-12 19:12:16belopolskylinkissue21966 messages
2014-07-12 19:12:16belopolskycreate