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 iwontbecreative
Recipients docs@python, iwontbecreative
Date 2013-08-10.23:45:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376178317.79.0.772879564661.issue18705@psf.upfronthosting.co.za>
In-reply-to
Content
In issue 18466 I had said I was planning to write a tool that checks python source code to see if they are spelling mistakes in comments/strings. As it was said there, the big issue was the fact that python has so many non-english words and that docstrings often had variable names in them, so I had to work arround the issue and add a personal word list.

I only applied the tool to Lib/*.py yet, as it takes some time to check false-positives and I didn't want to end with patches too big to be reviewed.
History
Date User Action Args
2013-08-10 23:45:20iwontbecreativesetrecipients: + iwontbecreative, docs@python
2013-08-10 23:45:17iwontbecreativesetmessageid: <1376178317.79.0.772879564661.issue18705@psf.upfronthosting.co.za>
2013-08-10 23:45:17iwontbecreativelinkissue18705 messages
2013-08-10 23:45:17iwontbecreativecreate