commit | 74c29c71b1c9a68030e6b3fda6af54ca52b2c6c3 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Nov 19 18:36:41 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Nov 19 18:36:41 2007 +0000 |
tree | b38f155cc4f100297bf6d556e2b7c827279b9059 | |
parent | 82f013bb58f4a4a76ddc0a8407f620a6f0aac022 [diff] |
Make test_cmd_line_scripts pass by using a unicode string instead of a bytes string to hold argv0 in RunMainFromImporter(). Also changed the code lay-out a bit to be more readable (for me :-), and print any unexpected errors rather than suppressing them.