[issue19943] typo: unkown → unknown

2013-12-10 Thread Ezio Melotti
Changes by Ezio Melotti : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue19943] typo: unkown → unknown

2013-12-10 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report! -- assignee: -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected type: -> enhancement versions: +Python 2.7, Python 3.3, Python 3.4 ___ Python tracker

[issue19943] typo: unkown → unknown

2013-12-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset b96a6493cecf by Ezio Melotti in branch '2.7': #19943: fix typo noticed by Jakub Wilk. http://hg.python.org/cpython/rev/b96a6493cecf New changeset 9f38bbd4e041 by Ezio Melotti in branch '3.3': #19943: fix typo noticed by Jakub Wilk. http://hg.python.

[issue19943] typo: unkown → unknown

2013-12-10 Thread Jakub Wilk
New submission from Jakub Wilk: There's a typo in Lib/lib2to3/fixes/fix_import.py: unkown → unknown -- components: Library (Lib) messages: 205799 nosy: jwilk priority: normal severity: normal status: open title: typo: unkown → unknown ___ Python track