New submission from Andrew Svetlov:

I mean adding examples for constructions like this:

>>> OSError(errno.ENOENT, 'error msg')
FileNotFoundError(2, 'error msg')

----------
assignee: docs@python
components: Documentation
keywords: easy
messages: 178204
nosy: asvetlov, docs@python
priority: normal
severity: normal
status: open
title: Document the fact that constructing OSError with erron returns subclass 
if possible
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16785>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to