From: Georg Brandl Date: Wed, 14 Sep 2005 17:24:41 +0000 (+0000) Subject: comma nit X-Git-Tag: v2.4.2c1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a8c3ef536b4b73cf365a3081d7a824e3fb9ec15;p=thirdparty%2FPython%2Fcpython.git comma nit --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 3d03126349ad..a038c8f89230 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -1036,7 +1036,7 @@ the name \samp{None} is now a syntax error. \item The inner loops for list and tuple slicing were optimized and now run about one-third faster. The inner loops - for dictionaries were also optimized , resulting in performance boosts for + for dictionaries were also optimized, resulting in performance boosts for \method{keys()}, \method{values()}, \method{items()}, \method{iterkeys()}, \method{itervalues()}, and \method{iteritems()}. (Contributed by Raymond Hettinger.)