Author: skip.montanaro Date: Tue Sep 4 04:52:00 2007 New Revision: 57941 Modified: python/branches/py3k/Doc/whatsnew/3.0.rst Log: CVS -> Subversion
Modified: python/branches/py3k/Doc/whatsnew/3.0.rst ============================================================================== --- python/branches/py3k/Doc/whatsnew/3.0.rst (original) +++ python/branches/py3k/Doc/whatsnew/3.0.rst Tue Sep 4 04:52:00 2007 @@ -311,7 +311,7 @@ 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. _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
