summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-05-15 22:41:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-05-15 22:41:16 (GMT)
commit7b5151c1f69f164d38c5f4719f20f9723a9585e4 (patch)
treeb5bb74955614295016ef2b0dc1821c752af57a73
parenta19f9f96c68b439ab82a63d968ebf7a1fdbe0d1a (diff)
downloadcpython-7b5151c1f69f164d38c5f4719f20f9723a9585e4.zip
cpython-7b5151c1f69f164d38c5f4719f20f9723a9585e4.tar.gz
cpython-7b5151c1f69f164d38c5f4719f20f9723a9585e4.tar.bz2
fix typos in whatsnew
-rw-r--r--Doc/whatsnew/2.6.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst
index 97b5a92..f52dac3 100644
--- a/Doc/whatsnew/2.6.rst
+++ b/Doc/whatsnew/2.6.rst
@@ -1465,10 +1465,11 @@ New, Improved, and Deprecated Modules
As usual, Python's standard library received a number of enhancements and bug
fixes. Here's a partial list of the most notable changes, sorted alphabetically
by module name. Consult the :file:`Misc/NEWS` file in the source tree for a more
-complete list of changes, or look through the CVS logs for all the details.
+complete list of changes, or look through the Subversion logs for all the
+details.
* (3.0-warning mode) Python 3.0 will feature a reorganized standard
- library; many outdated modules are being dropped,
+ library; many outdated modules are being dropped,
and some modules are being renamed or moved into packages.
Python 2.6 running in 3.0-warning mode will warn about these modules
when they are imported.