mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	#27364: fix "incorrect" uses of escape character in the stdlib.
And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
This commit is contained in:
		
							parent
							
								
									513d7478a1
								
							
						
					
					
						commit
						44b548dda8
					
				
					 83 changed files with 324 additions and 324 deletions
				
			
		|  | @ -821,7 +821,7 @@ def parse150(resp): | |||
|     if _150_re is None: | ||||
|         import re | ||||
|         _150_re = re.compile( | ||||
|             "150 .* \((\d+) bytes\)", re.IGNORECASE | re.ASCII) | ||||
|             r"150 .* \((\d+) bytes\)", re.IGNORECASE | re.ASCII) | ||||
|     m = _150_re.match(resp) | ||||
|     if not m: | ||||
|         return None | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 R David Murray
						R David Murray