[issue16719] Get rid of WindowsError. Use OSError instead

2012-12-19 Thread Andrew Svetlov
Andrew Svetlov added the comment: Sorry, Brian. I missed that you assign issue to yourself. Committed patch contributed by Serhiy. Close the issue. Feel free to reopen if needed. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue16719] Get rid of WindowsError. Use OSError instead

2012-12-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset bb94f6222fef by Andrew Svetlov in branch 'default': Issue #16719: Get rid of WindowsError. Use OSError instead http://hg.python.org/cpython/rev/bb94f6222fef -- nosy: +python-dev ___ Python tracker

[issue16719] Get rid of WindowsError. Use OSError instead

2012-12-18 Thread Brian Curtin
Changes by Brian Curtin : -- assignee: -> brian.curtin components: +Windows nosy: +brian.curtin ___ Python tracker ___ ___ Python-bug

[issue16719] Get rid of WindowsError. Use OSError instead

2012-12-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue16719] Get rid of WindowsError. Use OSError instead

2012-12-18 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Here is a patch. -- components: Extension Modules, Interpreter Core, Library (Lib) files: windowserror2oserror.patch keywords: patch messages: 177719 nosy: serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Get