mailr2947 - /1.3/scons/manuals.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 06, 2007 - 07:58:
Author: bugman
Date: Sat Jan  6 07:57:51 2007
New Revision: 2947

URL: http://svn.gna.org/viewcvs/relax?rev=2947&view=rev
Log:
Fix for bug #7678 (https://gna.org/bugs/?7678).

The fix was to delete the Fetch_docstrings class which was loading all the 
relax modules.  Hence the
dll file was no longer being used when the 'remove()' python function was 
called.


Modified:
    1.3/scons/manuals.py

Modified: 1.3/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/scons/manuals.py?rev=2947&r1=2946&r2=2947&view=diff
==============================================================================
--- 1.3/scons/manuals.py (original)
+++ 1.3/scons/manuals.py Sat Jan  6 07:57:51 2007
@@ -389,6 +389,9 @@
     # Get the docstrings.
     Fetch_docstrings(env['LATEX_DIR'] + sep + 'docstring.tex')
 
+    # Delete the Fetch_docstrings class.  This allows the loaded dll files 
to be deleted through python on MS Windows.
+    del Fetch_docstrings
+
     # Final print out.
     print "\n\n\n"
 




Related Messages


Powered by MHonArc, Updated Sat Jan 06 08:20:06 2007