]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make test_cmd_line_scripts pass by using a unicode string instead of
authorGuido van Rossum <guido@python.org>
Mon, 19 Nov 2007 18:36:41 +0000 (18:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 Nov 2007 18:36:41 +0000 (18:36 +0000)
commit74c29c71b1c9a68030e6b3fda6af54ca52b2c6c3
treeb38f155cc4f100297bf6d556e2b7c827279b9059
parent82f013bb58f4a4a76ddc0a8407f620a6f0aac022
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.
Modules/main.c