diff options
author | Richard Jones <richard@commonground.com.au> | 2006-05-27 13:50:42 (GMT) |
---|---|---|
committer | Richard Jones <richard@commonground.com.au> | 2006-05-27 13:50:42 (GMT) |
commit | 87f5471230520477bae4771a2df80aaa2a8c93a4 (patch) | |
tree | faaec16c2a8d2029e4dd83c77324b6fd7f307943 | |
parent | dae266ec61f773fd0c08ee5b832c3c43f206b847 (diff) | |
download | cpython-87f5471230520477bae4771a2df80aaa2a8c93a4.zip cpython-87f5471230520477bae4771a2df80aaa2a8c93a4.tar.gz cpython-87f5471230520477bae4771a2df80aaa2a8c93a4.tar.bz2 |
credit where credit is due
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 968b95a..54fdf24 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 |