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 Arfrever, Mark.Shannon, Scott.Leerssen, benjamin.peterson, do1, georg.brandl, larry, loewis, mark.dickinson, ned.deily, pitrou, python-dev, serhiy.storchaka, skrah, vstinner
Date 2013-08-09.20:15:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376079318.4.0.981435866072.issue15301@psf.upfronthosting.co.za>
In-reply-to
Content
The Windows buildbots are broken:


======================================================================
ERROR: test_chown_uid_gid_arguments_must_be_index (test.test_os.MakedirTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Data\buildslave\cpython\3.x.snakebite-win2k3r2sp2-x86\build\lib\test\test_os.py", line 875, in test_chown_uid_gid_arguments_must_be_index
    self.assertRaises(TypeError, os.chown, support.TESTFN, value, gid)
AttributeError: 'module' object has no attribute 'chown'
History
Date User Action Args
2013-08-09 20:15:18pitrousetrecipients: + pitrou, loewis, georg.brandl, mark.dickinson, vstinner, larry, benjamin.peterson, ned.deily, Arfrever, skrah, Mark.Shannon, python-dev, Scott.Leerssen, serhiy.storchaka, do1
2013-08-09 20:15:18pitrousetmessageid: <1376079318.4.0.981435866072.issue15301@psf.upfronthosting.co.za>
2013-08-09 20:15:18pitroulinkissue15301 messages
2013-08-09 20:15:18pitroucreate