]> granicus.if.org Git - python/commit
Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag so
authorBarry Warsaw <barry@python.org>
Fri, 29 Aug 1997 22:20:16 +0000 (22:20 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 29 Aug 1997 22:20:16 +0000 (22:20 +0000)
commit83b6709d8ec3c81e5434e7fbe898cd60cb395d9f
treecddf497de5fea8328ffeda6796819cf8f35e49ad
parent757af0e7bb7c7d56670fbc84f1f5b0182a54e3d5
Swap the sense of the -X option vis-a-vis Py_UseClassExceptionsFlag so
that class based exceptions are enabled by default.  -X disables them
in favor of the old-style string exceptions.
Modules/main.c