commit | d0d51542511239a2a4b34e6b465d003ccf856a9c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Apr 09 11:32:58 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Apr 09 11:32:58 2016 +0200 |
tree | 63474cc7023c2bc7b5b1f85e57a83ede86dc8eaf | |
parent | 705c0e38c2157b432edd33440c21298a12771c42 [diff] |
Update fcntl doc: replace IOError with OSError Issue #26716. IOError is a deprecated alias to OSError since Python 3.3.