commit | 21d29c377baa305c04d918cc490220836b434adb | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Oct 12 21:01:46 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Oct 12 21:01:46 2011 +0200 |
tree | 2d6497bd54695597977f92c5024815da65a56088 | |
parent | a1bf2984541056449ed86256b2214a1930665657 [diff] |
Issue #12367: Add a test on error attribute of select.error Thanks to the PEP 3151, select.error (which is just an alias to OSError) has now an error attribute.