Dealing with exceptions

Ian Kelly ian.g.kelly at gmail.com
Sat Mar 2 13:00:27 EST 2013


On Sat, Mar 2, 2013 at 10:52 AM, Kwpolska <kwpolska at gmail.com> wrote:
> IOError and OSError should cover all copy problems, I think.

And it may be worth pointing out here that as of Python 3.3, IOError
is just a synonym for OSError.



More information about the Python-list mailing list