[issue27076] Doc and comment spelling fixes

2016-05-26 Thread Martin Panter
Martin Panter added the comment: I pushed all the changes, including the MSI files, except for “heterogeneous”. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue27076] Doc and comment spelling fixes

2016-05-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset a3a64b85883f by Martin Panter in branch '3.5': Issue #27076: Doc, comment and tests spelling fixes https://hg.python.org/cpython/rev/a3a64b85883f New changeset 5d254703bd84 by Martin Panter in branch 'default': Issue #27076: Merge spelling from 3.5

[issue27076] Doc and comment spelling fixes

2016-05-21 Thread Martin Panter
Martin Panter added the comment: Thanks Ville for this. It mostly looks good. I left some comments regarding “heterogenous”. I extended the patch with related fixes, mainly outside the Doc/ and Lib/ directories. Whoever commits this should also regenerate importlib, the configure script, and

[issue27076] Doc and comment spelling fixes

2016-05-21 Thread Ville Skyttä
New submission from Ville Skyttä: Patch attached. -- assignee: docs@python components: Documentation, Library (Lib) files: docs.patch keywords: patch messages: 265992 nosy: docs@python, scop priority: normal severity: normal status: open title: Doc and comment spelling fixes type: enhanc