From 87f5471230520477bae4771a2df80aaa2a8c93a4 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 27 May 2006 13:50:42 +0000 Subject: [PATCH] credit where credit is due --- Doc/whatsnew/whatsnew25.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 968b95ae85..54fdf24822 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -1204,8 +1204,8 @@ and reduce memory usage a bit. (Contributed by Neal Norwitz.) \item Python's built-in exceptions are now new-style classes, a change that speeds up instantiation considerably. Exception handling in Python 2.5 is therefore about 30\% faster than in 2.4. -(Contributed by Richard Jones and Sean Reifschneider at the -NeedForSpeed sprint.) +(Contributed by Richard Jones, Georg Brandl and Sean Reifschneider at +the NeedForSpeed sprint.) \item Importing now caches the paths tried, recording whether they exist or not so that the interpreter makes fewer -- 2.40.0