commit | be1501b976aa36733e6ef0b86c4f8c6844df3181 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu May 08 20:23:06 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu May 08 20:23:06 2008 +0000 |
tree | f81f3c506db1a12f56afa59b0c7dbb7e5ab810dd | |
parent | 98b9c07ab76c7fa0b77c3cb683ab92c49ef3bbdc [diff] [blame] |
Fix sys.flags to properly expose bytes_warning. Closes issue #2790.
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 8a1ef3c..c884250 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c
@@ -1178,9 +1178,9 @@ flags__doc__, /* doc */ flags_fields, /* fields */ #ifdef RISCOS - 15 + 16 #else - 14 + 15 #endif };