This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients BreamoreBoy, christian.heimes, giampaolo.rodola, gjb1002, gregmalcolm, n, pitrou, python-dev, r.david.murray, rodolpho, serhiy.storchaka, stranger4good, werneck, zanella
Date 2013-04-13.19:50:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365882625.44.0.722767705367.issue2118@psf.upfronthosting.co.za>
In-reply-to
Content
Since 3.3 IOError is an alias of OSError. We get rid of reference of IOError and other OSError aliases in the documentation and code, replacing them with OSError.
History
Date User Action Args
2013-04-13 19:50:25serhiy.storchakasetrecipients: + serhiy.storchaka, gjb1002, pitrou, giampaolo.rodola, christian.heimes, stranger4good, zanella, werneck, rodolpho, r.david.murray, BreamoreBoy, gregmalcolm, python-dev, n
2013-04-13 19:50:25serhiy.storchakasetmessageid: <1365882625.44.0.722767705367.issue2118@psf.upfronthosting.co.za>
2013-04-13 19:50:25serhiy.storchakalinkissue2118 messages
2013-04-13 19:50:25serhiy.storchakacreate