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 felixonmars
Recipients felixonmars
Date 2015-08-28.03:37:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440733047.06.0.53143129877.issue24950@psf.upfronthosting.co.za>
In-reply-to
Content
btw, there seems to be a relevant failure in test_pathlib as well:

test test_pathlib failed -- Traceback (most recent call last):
  File "/build/python/src/Python-3.5.0rc2/Lib/test/test_pathlib.py", line 2015, in test_expanduser
    self.assertEqual(p1.expanduser(), P(userhome) / 'Documents')
AssertionError: PosixPath('/Documents') != PosixPath('Documents')

(not sure if they are really relevant, though)
History
Date User Action Args
2015-08-28 03:37:27felixonmarssetrecipients: + felixonmars
2015-08-28 03:37:27felixonmarssetmessageid: <1440733047.06.0.53143129877.issue24950@psf.upfronthosting.co.za>
2015-08-28 03:37:27felixonmarslinkissue24950 messages
2015-08-28 03:37:26felixonmarscreate