Kaydet (Commit) 64790de1 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added new flags and exceptions; removed AccessError exception.

üst d19c04a8
......@@ -7,11 +7,15 @@ EXPORTS
_Py_NoneStruct DATA
_Py_TrueStruct DATA
Py_DebugFlag DATA
Py_NoSiteFlag DATA
Py_UseClassExceptionsFlag DATA
_PyParser_Grammar DATA
_PyThread_Started DATA
_PyParser_TokenNames DATA
Py_VerboseFlag DATA
PyExc_AccessError DATA
PyExc_StandardError DATA
PyExc_NumberError DATA
PyExc_LookupError DATA
PyExc_AttributeError DATA
PyExc_EOFError DATA
PyExc_FloatingPointError DATA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment