CVS -> Subversion

This commit is contained in:
Skip Montanaro 2007-09-04 02:52:00 +00:00
parent a86f5d4029
commit 4edae68f2f
1 changed files with 1 additions and 1 deletions

View File

@ -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.