This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients georg.brandl, giampaolo.rodola, gregory.p.smith, loewis, pitrou, rosslagerwall
Date 2011-01-03.15:42:54
SpamBayes Score 2.3129844e-05
Marked as misclassified No
Message-id <1294069380.61.0.048609225096.issue10812@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, I get the following failures under OpenSolaris:

======================================================================
ERROR: test_lutimes (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/cc/Lib/test/test_posix.py", line 265, in test_lutimes
    posix.lutimes(support.TESTFN, None)
AttributeError: 'module' object has no attribute 'lutimes'

======================================================================
ERROR: test_posix_fallocate (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/cc/Lib/test/test_posix.py", line 236, in test_posix_fallocate
    posix.posix_fallocate(fd, 0, 10)
OSError: [Errno 22] Invalid argument
History
Date User Action Args
2011-01-03 15:43:00pitrousetrecipients: + pitrou, loewis, georg.brandl, gregory.p.smith, giampaolo.rodola, rosslagerwall
2011-01-03 15:43:00pitrousetmessageid: <1294069380.61.0.048609225096.issue10812@psf.upfronthosting.co.za>
2011-01-03 15:42:54pitroulinkissue10812 messages
2011-01-03 15:42:54pitroucreate