summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-09-03 01:09:25 (GMT)
committerGuido van Rossum <guido@python.org>1997-09-03 01:09:25 (GMT)
commit64790de1954ec3394594f1e5450684184216805a (patch)
treeac75827aa33a90e7bbde4e4958b88601088875cf /PC
parentd19c04a88e8c4720818e3a01671547ffdde01c98 (diff)
downloadcpython-64790de1954ec3394594f1e5450684184216805a.zip
cpython-64790de1954ec3394594f1e5450684184216805a.tar.gz
cpython-64790de1954ec3394594f1e5450684184216805a.tar.bz2
Added new flags and exceptions; removed AccessError exception.
Diffstat (limited to 'PC')
-rw-r--r--PC/python_nt.def6
1 files changed, 5 insertions, 1 deletions
diff --git a/PC/python_nt.def b/PC/python_nt.def
index 2e40108..5bb4a82 100644
--- a/PC/python_nt.def
+++ b/PC/python_nt.def
@@ -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