]> granicus.if.org Git - python/commit
Merged revisions 84589 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 7 Sep 2010 16:34:47 +0000 (16:34 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 7 Sep 2010 16:34:47 +0000 (16:34 +0000)
commitf4f6171bc0de3eefb94d49aa5f8d8e85700d7478
tree225b865901b2303db51c8f0318253ac42edc9a64
parent857298100b9a5fa5bbcafb2ff578418bc6750e58
Merged revisions 84589 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84589 | antoine.pitrou | 2010-09-07 18:30:09 +0200 (mar., 07 sept. 2010) | 5 lines

  Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,
  and the passed buffer was exactly 1024 bytes long, the buffer wouldn't
  be updated back after the system call.  Original patch by Brian Brazil.
........
Lib/test/test_ioctl.py
Misc/NEWS
Modules/fcntlmodule.c