Andrey Tykhonov added the comment:
Sure!
--
___
Python tracker
<http://bugs.python.org/issue17651>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrey Tykhonov :
--
components: +Library (Lib)
type: -> enhancement
versions: +Python 3.4
___
Python tracker
<http://bugs.python.org/issu
Changes by Andrey Tykhonov :
--
keywords: +patch
Added file: http://bugs.python.org/file29716/issue17651.diff
___
Python tracker
<http://bugs.python.org/issue17
Changes by Andrey Tykhonov :
--
components: Library (Lib)
nosy: asvetlov, atykhonov
priority: normal
severity: normal
status: open
title: Errno checking replaced by concrete classes inherited from OSError
type: enhancement
versions: Python 3.4
Andrey Tykhonov added the comment:
Also:
errno.EXDEV in Lib/distutils/file_util.py
errno.ENOTCONN in Lib/poplib.py
errno.EINVAL in Lib/subprocess.py
errno.ENOTCONN in Lib/smtpd.py, Lib/ssl.py, Lib/imaplib.py
errno.EOPNOTSUPP, errno.ENOTSUP, errno.ENOTSUP, errno.ENODATA in Lib/shutil.py