|
From: <ef...@us...> - 2008-05-07 02:12:33
|
Revision: 5125
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5125&view=rev
Author: efiring
Date: 2008-05-06 19:12:31 -0700 (Tue, 06 May 2008)
Log Message:
-----------
Fix broken memleak link
Modified Paths:
--------------
trunk/htdocs/faq.html.template
Modified: trunk/htdocs/faq.html.template
===================================================================
--- trunk/htdocs/faq.html.template 2008-05-06 19:03:54 UTC (rev 5124)
+++ trunk/htdocs/faq.html.template 2008-05-07 02:12:31 UTC (rev 5125)
@@ -906,7 +906,7 @@
The unit directory of the source tree contains an example scripts
useful for diagnosing and reporting memory leaks. For
-example, <a href="http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/unit/memleak_hawaii.py?view=markup"><tt>memleak_hawaii.py</tt></a>
+example, <a href="http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/unit/memleak_hawaii3.py?view=markup"><tt>memleak_hawaii.py</tt></a>
is useful for finding plotting-related memory leaks,
and <a href="http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/unit/memleak_gui.py?view=markup"><tt>memleak_gui.py</tt></a>
helps find memory leaks in the GUI-backend. Please use
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|