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 zach.ware
Recipients Pam.McANulty, docs@python, r.david.murray, rbcollins, zach.ware
Date 2015-04-14.01:55:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428976525.85.0.193987671221.issue22812@psf.upfronthosting.co.za>
In-reply-to
Content
I left a comment on Rietveld.  Also, the test doesn't pass on Windows:

test test_unittest failed -- Traceback (most recent call last):
  File "C:\Data\code\CPython\hg.python.org\devinabox\cpython\lib\unittest\test\t
est_discovery.py", line 677, in test_command_line_handling_do_discovery_calls_lo
ader
    self.assertEqual(Loader.args, [('.', "'test*.py'", None)])
AssertionError: Lists differ: [('.', 'test*.py', None)] != [('.', "'test*.py'",
None)]

First differing element 0:
('.', 'test*.py', None)
('.', "'test*.py'", None)

- [('.', 'test*.py', None)]
+ [('.', "'test*.py'", None)]
?        +          +
History
Date User Action Args
2015-04-14 01:55:25zach.waresetrecipients: + zach.ware, rbcollins, r.david.murray, docs@python, Pam.McANulty
2015-04-14 01:55:25zach.waresetmessageid: <1428976525.85.0.193987671221.issue22812@psf.upfronthosting.co.za>
2015-04-14 01:55:25zach.warelinkissue22812 messages
2015-04-14 01:55:25zach.warecreate