introduce py.builtin._sysex as alias for the special exceptions, fixes #115

--HG--
branch : trunk
This commit is contained in:
Ronny Pfannschmidt
2010-09-14 16:12:50 +02:00
parent 04b3b9a3da
commit b81e48507c
10 changed files with 11 additions and 9 deletions
+1
View File
@@ -4,6 +4,7 @@ Changes between 1.3.3 and 1.3.4
- fix issue111: improve install documentation for windows
- fix issue116: --doctestmodules works in the presence of __init__.py files as well
- fix issue118: new --tb=native option for presenting cpython-standard exceptions
- fix issue115: introduce py.builtin._sysex for system level exceptions we should thread different
Changes between 1.3.2 and 1.3.3
==================================================