[issue14633] test_find_module_encoding should test for a less specific message

2012-04-20 Thread Eric Snow
Eric Snow added the comment: thanks, Brett! That did the trick. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue14633] test_find_module_encoding should test for a less specific message

2012-04-20 Thread Brett Cannon
Brett Cannon added the comment: Committed in http://hg.python.org/cpython/rev/a281a6622714 (I think our issue detection algorithm grabs the last issue in a commit message instead of the first one). -- assignee: -> brett.cannon resolution: -> fixed stage: -> committed/rejected statu

[issue14633] test_find_module_encoding should test for a less specific message

2012-04-20 Thread Eric Snow
Eric Snow added the comment: or even _not_ check the message string? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue14633] test_find_module_encoding should test for a less specific message

2012-04-20 Thread Eric Snow
Changes by Eric Snow : -- components: +Tests title: test_find_module_encoding should test for a less specific message (or -> test_find_module_encoding should test for a less specific message versions: +Python 3.3 ___ Python tracker

[issue14633] test_find_module_encoding should test for a less specific message (or

2012-04-20 Thread Eric Snow
New submission from Eric Snow : test_find_module_encoding (in Lib/test/test_imp.py), has the following check: self.assertRaisesRegex(SyntaxError, r"Non-UTF-8 code starting with '\\xf6'" r" in file .*badsyntax_pep3120.py", imp.find_module, 'badsyntax_pep3120', path) I