credit where credit is due

This commit is contained in:
Richard Jones 2006-05-27 13:50:42 +00:00
parent dae266ec61
commit 87f5471230

View file

@ -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 \item Python's built-in exceptions are now new-style classes, a change
that speeds up instantiation considerably. Exception handling in that speeds up instantiation considerably. Exception handling in
Python 2.5 is therefore about 30\% faster than in 2.4. Python 2.5 is therefore about 30\% faster than in 2.4.
(Contributed by Richard Jones and Sean Reifschneider at the (Contributed by Richard Jones, Georg Brandl and Sean Reifschneider at
NeedForSpeed sprint.) the NeedForSpeed sprint.)
\item Importing now caches the paths tried, recording whether \item Importing now caches the paths tried, recording whether
they exist or not so that the interpreter makes fewer they exist or not so that the interpreter makes fewer