Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2007-09-16 21:25:59 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2007-09-16 21:25:59 (GMT)
commitdbf0042e81535529026aa94d0fe158809a3c054c (patch)
tree6dfa28517ab99fec38bc90441ddb68c1110cc04f /NEWS
parentd3a7798fbd50c43cc70787483be0cdde42876e13 (diff)
Function exceptions get caught.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2712ba5..bc38da6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* Improved error reporting
+* Improved error reporting (catching function exceptions, could still be extended)
* Simple help system ('help(index)')
* Using gtk.Clipboard in stead of custom solution
* functions(), variables(), operators(), rand() and randint() added