New submission from Benjamin Peterson <benja...@python.org>: Since os.fdopen is now implemented with io.open, it doesn't use fdopen and check for invalid file descriptors. This isn't a huge issue since subsequent actions on the file will raise an error.
---------- components: Library (Lib) messages: 80125 nosy: benjamin.peterson priority: normal severity: normal status: open title: os.fdopen doesn't raise on invalid file descriptors type: behavior versions: Python 3.0, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4991> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com