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 vstinner
Recipients BreamoreBoy, berker.peksag, pitrou, python-dev, spiralx, vstinner
Date 2016-03-11.21:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457732868.79.0.672097105021.issue20589@psf.upfronthosting.co.za>
In-reply-to
Content
Tests fail...
http://buildbot.python.org/all/builders/x86-64 Ubuntu 15.10 Skylake CPU 3.5/builds/276/

======================================================================
ERROR: test_group (test.test_pathlib.PureWindowsPathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.5.intel-ubuntu-skylake/build/Lib/test/test_pathlib.py", line 1167, in test_group
    P('c:/').group()
AttributeError: 'PureWindowsPath' object has no attribute 'group'

======================================================================
ERROR: test_owner (test.test_pathlib.PureWindowsPathTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.5.intel-ubuntu-skylake/build/Lib/test/test_pathlib.py", line 1162, in test_owner
    P('c:/').owner()
AttributeError: 'PureWindowsPath' object has no attribute 'owner'
History
Date User Action Args
2016-03-11 21:47:48vstinnersetrecipients: + vstinner, pitrou, BreamoreBoy, python-dev, berker.peksag, spiralx
2016-03-11 21:47:48vstinnersetmessageid: <1457732868.79.0.672097105021.issue20589@psf.upfronthosting.co.za>
2016-03-11 21:47:48vstinnerlinkissue20589 messages
2016-03-11 21:47:48vstinnercreate