summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ioctl.py
Commit message (Collapse)AuthorAgeFilesLines
* Skip the ioctl test if we can't open /dev/tty. This happens onNeal Norwitz2003-03-201-0/+6
| | | | | Solaris (and probably other Unixes) when run without a terminal (eg, from cron or at).
* Fix bugMichael W. Hudson2003-03-031-0/+31
[ 555817 ] Flawed fcntl.ioctl implementation. with my patch that allows for an array to be mutated when passed as the buffer argument to ioctl() (details complicated by backwards compatibility considerations -- read the docs!).