commit | c5e88d5f471056c14ae9d6677cef5473282936ad | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jun 06 09:02:07 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jun 06 09:02:07 2008 +0000 |
tree | 6e9167f13dcd905f38fb4b745502441169c1fd10 | |
parent | 9a5df4d3b7f849abbb068caf22d57e2c72f05d15 [diff] |
Fix sys.flags sequence behavior and add a test case.
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index de2e91d..aebae62 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c
@@ -1150,9 +1150,9 @@ flags__doc__, /* doc */ flags_fields, /* fields */ #ifdef RISCOS - 11 + 12 #else - 10 + 11 #endif };