[issue30031] Improve queens demo (use argparse and singular form)

Pavlo Kapyshin report at bugs.python.org
Mon Apr 17 13:16:15 EDT 2017


Pavlo Kapyshin added the comment:

Louie Lu, thank you for the review.

Different quotes were already used in file, so someone should
decide which ones must be used: single or double.

Regarding the -n option, I tried to be backwards compatible. Again,
a decision is needed.

The only place where I had a choice to not do something related to
PEP 8 was adding a line between Queens class and main function.
I decided to mention that fact in pull request. In other places I
had to follow contribution guide (therefore add code that follows
style guide).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30031>
_______________________________________


More information about the Python-bugs-list mailing list