mailr15390 - /1.3/multi/processor_io.py


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

Header


Content

Posted by edward on February 28, 2012 - 15:59:
Author: bugman
Date: Tue Feb 28 15:59:58 2012
New Revision: 15390

URL: http://svn.gna.org/viewcvs/relax?rev=15390&view=rev
Log:
The flush() methods for the multi-processor IO streams now are dummy 
functions.


Modified:
    1.3/multi/processor_io.py

Modified: 1.3/multi/processor_io.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/multi/processor_io.py?rev=15390&r1=15389&r2=15390&view=diff
==============================================================================
--- 1.3/multi/processor_io.py (original)
+++ 1.3/multi/processor_io.py Tue Feb 28 15:59:58 2012
@@ -45,10 +45,6 @@
 
     def flush(self):
         """Implement the flush() file method."""
-
-        # Flush both STDOUT and STDERR.
-        sys.stdout.flush()
-        sys.stderr.flush()
 
 
     def write(self, string):
@@ -101,10 +97,6 @@
     def flush(self):
         """Implement the flush() file method."""
 
-        # Flush both STDOUT and STDERR.
-        sys.stdout.flush()
-        sys.stderr.flush()
-
 
     def write(self, string):
         """Replacement write() method for prepending the token to each line 
of STDOUT and STDERR.




Related Messages


Powered by MHonArc, Updated Tue Feb 28 16:20:01 2012