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 paka
Recipients paka
Date 2017-04-10.13:06:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491829597.98.0.553566597714.issue30031@psf.upfronthosting.co.za>
In-reply-to
Content
Currently Tools/demo/queens.py:

 - does manual sys.argv parsing
 - says “Found 1 solutions”

I propose to: 1) use argparse; 2) if q.nfound == 1, use “solution”. I you are ok with this, I’ll make a pull request.
History
Date User Action Args
2017-04-10 13:06:38pakasetrecipients: + paka
2017-04-10 13:06:37pakasetmessageid: <1491829597.98.0.553566597714.issue30031@psf.upfronthosting.co.za>
2017-04-10 13:06:37pakalinkissue30031 messages
2017-04-10 13:06:37pakacreate