Issue 2765: warnings: error in test_missing_filename_main_with_argv_empty_string (original) (raw)

I'm currently merging code from the trunk into 3.0. One warnings test is failing:

test test_warnings failed -- Traceback (most recent call last): File "/home/heimes/dev/python/py3k/Lib/test/test_warnings.py", line 296, in test_missing_filename_main_with_argv_empty_stringt self.assertEqual(w.filename, 'main') AssertionError: b'main' != 'main'