mailr2948 - in /1.2: ./ 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 - 08:04:
Author: bugman
Date: Sat Jan  6 08:03:44 2007
New Revision: 2948

URL: http://svn.gna.org/viewcvs/relax?rev=2948&view=rev
Log:
Merged revisions 2947 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r2947 | bugman | 2007-01-06 17:57:51 +1100 (Sat, 06 Jan 2007) | 6 lines
  
  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.2/   (props changed)
    1.2/scons/manuals.py

Propchange: 1.2/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Sat Jan  6 08:03:44 2007
@@ -1,1 +1,1 @@
-/1.3:1-2505,2941
+/1.3:1-2505,2941,2947

Modified: 1.2/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/1.2/scons/manuals.py?rev=2948&r1=2947&r2=2948&view=diff
==============================================================================
--- 1.2/scons/manuals.py (original)
+++ 1.2/scons/manuals.py Sat Jan  6 08:03:44 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 11:20:05 2007