diff options
author | Skip Montanaro <skip@pobox.com> | 2007-09-04 02:52:00 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2007-09-04 02:52:00 (GMT) |
commit | 4edae68f2f02bcfadc8de81616566a18df20a3e8 (patch) | |
tree | 5c076f7b74151ef704aec80f4d7dd34a70cdc985 /Doc | |
parent | a86f5d4029f839cd19358f7de61ccce1c15fee45 (diff) | |
download | cpython-4edae68f2f02bcfadc8de81616566a18df20a3e8.zip cpython-4edae68f2f02bcfadc8de81616566a18df20a3e8.tar.gz cpython-4edae68f2f02bcfadc8de81616566a18df20a3e8.tar.bz2 |
CVS -> Subversion
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index ef5b6a3..a3687f1 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. |