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 belopolsky
Recipients belopolsky, eli.bendersky
Date 2010-08-06.23:40:20
SpamBayes Score 2.5523507e-06
Marked as misclassified No
Message-id <1281138022.49.0.212197327403.issue9323@psf.upfronthosting.co.za>
In-reply-to
Content
Reopening because I think this fix is responsible for a new problem:

$ ./python.exe -m trace -C. -s -c Lib/test/regrtest.py 
Traceback (most recent call last):
  ...

  File "Lib/test/regrtest.py", line 1458, in <module>
    assert __file__ == os.path.abspath(sys.argv[0])
AssertionError
[98796 refs]
History
Date User Action Args
2010-08-06 23:40:22belopolskysetrecipients: + belopolsky, eli.bendersky
2010-08-06 23:40:22belopolskysetmessageid: <1281138022.49.0.212197327403.issue9323@psf.upfronthosting.co.za>
2010-08-06 23:40:21belopolskylinkissue9323 messages
2010-08-06 23:40:20belopolskycreate