From 4edae68f2f02bcfadc8de81616566a18df20a3e8 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 4 Sep 2007 02:52:00 +0000 Subject: [PATCH] CVS -> Subversion --- Doc/whatsnew/3.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index ef5b6a363e6..a3687f1b611 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -311,7 +311,7 @@ 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. +through the Subversion logs for all the details. * The ``cPickle`` module is gone. Use ``pickle`` instead. Eventually we'll have a transparent accelerator module.