[issue20730] Typo in idlelib.GrepDialog

2014-02-22 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P

[issue20730] Typo in idlelib.GrepDialog

2014-02-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5c366a5e4284 by Terry Jan Reedy in branch '3.3': Issue #20730: Fix typo reported by Claudiu Popa. http://hg.python.org/cpython/rev/5c366a5e4284 -- nosy: +python-dev ___ Python tracker

[issue20730] Typo in idlelib.GrepDialog

2014-02-22 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +serhiy.storchaka, terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue20730] Typo in idlelib.GrepDialog

2014-02-22 Thread Claudiu.Popa
New submission from Claudiu.Popa: There is a typo in idlelib.GrepDialog.findfiles: OSerror instead of OSError. -- components: IDLE files: idle_typo.patch keywords: patch messages: 211927 nosy: Claudiu.Popa priority: normal severity: normal status: open title: Typo in idlelib.GrepDialog v