mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Issue #20730: Fix typo reported by Claudiu Popa.
This commit is contained in:
		
							parent
							
								
									2d659518aa
								
							
						
					
					
						commit
						c3111fcbc7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -98,7 +98,7 @@ def grep_it(self, prog, path): | |||
|     def findfiles(self, dir, base, rec): | ||||
|         try: | ||||
|             names = os.listdir(dir or os.curdir) | ||||
|         except OSerror as msg: | ||||
|         except OSError as msg: | ||||
|             print(msg) | ||||
|             return [] | ||||
|         list = [] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Terry Jan Reedy
						Terry Jan Reedy