]> granicus.if.org Git - python/commit
Issue #12367: Add a test on error attribute of select.error
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 12 Oct 2011 19:01:46 +0000 (21:01 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 12 Oct 2011 19:01:46 +0000 (21:01 +0200)
commit21d29c377baa305c04d918cc490220836b434adb
tree2d6497bd54695597977f92c5024815da65a56088
parenta1bf2984541056449ed86256b2214a1930665657
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.
Lib/test/test_select.py