diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-29 16:08:40 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-29 16:08:40 (GMT) |
commit | c032ee939bae3662017f6ff359fb1ed7d207f3f6 (patch) | |
tree | 1259eae4a913a6df2d8b340648e8e443287d5f49 /Doc/whatsnew | |
parent | e49741d41226c579de11ac0dbecdc2590fe0f993 (diff) | |
download | cpython-c032ee939bae3662017f6ff359fb1ed7d207f3f6.zip cpython-c032ee939bae3662017f6ff359fb1ed7d207f3f6.tar.gz cpython-c032ee939bae3662017f6ff359fb1ed7d207f3f6.tar.bz2 |
Set bug/patch count. Take a bow, everyone!
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index fdced55..13aa1b4 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -2329,7 +2329,7 @@ be searched for. As usual, there were a bunch of other improvements and bugfixes scattered throughout the source tree. A search through the SVN change -logs finds there were XXX patches applied and YYY bugs fixed between +logs finds there were 334 patches applied and 443 bugs fixed between Python 2.4 and 2.5. Both figures are likely to be underestimates. Some of the more notable changes are: |