[issue16720] Get rid of os.error. Use OSError instead

2012-12-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset e2e5181b10f8 by Andrew Svetlov in branch 'default': fix typo (#16720) http://hg.python.org/cpython/rev/e2e5181b10f8 -- ___ Python tracker _

[issue16720] Get rid of os.error. Use OSError instead

2012-12-24 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue16720] Get rid of os.error. Use OSError instead

2012-12-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6cfe2982de42 by Andrew Svetlov in branch 'default': Use OESeeror instead of os.error (#16720) http://hg.python.org/cpython/rev/6cfe2982de42 -- nosy: +python-dev ___ Python tracker

[issue16720] Get rid of os.error. Use OSError instead

2012-12-18 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Here is a patch. -- components: Library (Lib) files: os.error2oserror.diff keywords: patch messages: 177721 nosy: asvetlov, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Get rid of os.error. Use OSError in