mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	At Tim Peters' recommendation, add a dummy flush() method to PseudoFile.
This commit is contained in:
		
							parent
							
								
									02ef28b9a9
								
							
						
					
					
						commit
						825df2a14d
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		|  | @ -70,6 +70,9 @@ def write(self, s): | |||
|     def writelines(self, l): | ||||
|         map(self.write, l) | ||||
| 
 | ||||
|     def flush(self): | ||||
|         pass | ||||
| 
 | ||||
| 
 | ||||
| class ScriptBinding: | ||||
|      | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum