]> granicus.if.org Git - python/commit
Fix bug
authorMichael W. Hudson <mwh@python.net>
Mon, 3 Mar 2003 12:29:42 +0000 (12:29 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 3 Mar 2003 12:29:42 +0000 (12:29 +0000)
commitf00899866888408106fea4147a9d2cdc2f1e8dbc
tree32aae5a6d01192bc79456886bd8d299ad84ecdeb
parent122152451e1bc7aaff69d28b8950afa7848c6de6
Fix bug

[ 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!).
Doc/lib/libfcntl.tex
Lib/test/test_ioctl.py [new file with mode: 0644]
Misc/NEWS
Modules/fcntlmodule.c