summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/2.3.rst')
-rw-r--r--Doc/whatsnew/2.3.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/whatsnew/2.3.rst b/Doc/whatsnew/2.3.rst
index fd0f77f..3894f87 100644
--- a/Doc/whatsnew/2.3.rst
+++ b/Doc/whatsnew/2.3.rst
@@ -1855,10 +1855,10 @@ and bundle it with the source of your extension.
.. seealso::
- http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/dist/src/Objects/obmalloc.c
- For the full details of the pymalloc implementation, see the comments at the top
- of the file :file:`Objects/obmalloc.c` in the Python source code. The above
- link points to the file within the SourceForge CVS browser.
+ http://svn.python.org/view/python/trunk/Objects/obmalloc.c
+ For the full details of the pymalloc implementation, see the comments at
+ the top of the file :file:`Objects/obmalloc.c` in the Python source code.
+ The above link points to the file within the python.org SVN browser.
.. ======================================================================