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 Jason.Vas.Dias
Recipients Jason.Vas.Dias
Date 2011-04-28.13:16:15
SpamBayes Score 1.0764784e-07
Marked as misclassified No
Message-id <1303996577.19.0.414783548964.issue11946@psf.upfronthosting.co.za>
In-reply-to
Content
After building from source in Python-2.7.1.tar.bz2 ,
I get this 'make test' failure :

test_commands
test test_commands failed -- Traceback (most recent call last): 
  File "/usr/src/Python-2.7/Lib/test/test_commands.py", line 61, in test_getstatus
    self.assertTrue(re.match(pat, commands.getstatus("/."),re.VERBOSE)) 
AssertionError: None is not True

I don't get this error when building from Python-2.7.tar.bz2
History
Date User Action Args
2011-04-28 13:16:17Jason.Vas.Diassetrecipients: + Jason.Vas.Dias
2011-04-28 13:16:17Jason.Vas.Diassetmessageid: <1303996577.19.0.414783548964.issue11946@psf.upfronthosting.co.za>
2011-04-28 13:16:16Jason.Vas.Diaslinkissue11946 messages
2011-04-28 13:16:15Jason.Vas.Diascreate