[issue23956] Compatibility misspelled in Lib/imp.py

2015-04-14 Thread Zachary Ware
Zachary Ware added the comment: Thank you for the patch! -- nosy: +zach.ware versions: +Python 3.4 ___ Python tracker ___ ___ Python-b

[issue23956] Compatibility misspelled in Lib/imp.py

2015-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 08400c64af93 by Zachary Ware in branch '3.4': Issue #23956: Fix typo in imp.py docstring. https://hg.python.org/cpython/rev/08400c64af93 New changeset 5586d4a4402e by Zachary Ware in branch 'default': Closes #23956: Merge with 3.4 https://hg.python.

[issue23956] Compatibility misspelled in Lib/imp.py

2015-04-14 Thread Jacinda Shelly
New submission from Jacinda Shelly: Minor misspelling in Lib/imp.py. Doing this as a training exercise for my first patch. -- assignee: docs@python components: Documentation files: misspelling.patch keywords: patch messages: 241005 nosy: docs@python, jacinda priority: normal severity: n