diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-08-31 15:48:44 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-08-31 15:48:44 (GMT) |
commit | 51eb7a9daa77949ffa30c12d8b794d801603ea92 (patch) | |
tree | 1260492c66d0eafd275e375edf5f140724c0d94f /Doc/whatsnew/2.6.rst | |
parent | ba40fb467de357f56e3f50a90c2e5dd6c1046c0e (diff) | |
download | cpython-51eb7a9daa77949ffa30c12d8b794d801603ea92.zip cpython-51eb7a9daa77949ffa30c12d8b794d801603ea92.tar.gz cpython-51eb7a9daa77949ffa30c12d8b794d801603ea92.tar.bz2 |
Update patch/bug count
Diffstat (limited to 'Doc/whatsnew/2.6.rst')
-rw-r--r-- | Doc/whatsnew/2.6.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 0f6a48f..961d637 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -68,8 +68,8 @@ there aren't many new features that aren't related to Python 3.0 in some way. Python 2.6 also sees a number of improvements and bugfixes throughout -the source. A search through the change logs finds there were XXX -patches applied and YYY bugs fixed between Python 2.5 and 2.6. Both +the source. A search through the change logs finds there were 259 +patches applied and 612 bugs fixed between Python 2.5 and 2.6. Both figures are likely to be underestimates. This article doesn't attempt to provide a complete specification of |