mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	SourceForge patch 101396, by an anonymous friend.
"sre_parse.py missing '7' in DIGITS"
This commit is contained in:
		
							parent
							
								
									8586991099
								
							
						
					
					
						commit
						17289426e2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -17,7 +17,7 @@ | ||||||
| SPECIAL_CHARS = ".\\[{()*+?^$|" | SPECIAL_CHARS = ".\\[{()*+?^$|" | ||||||
| REPEAT_CHARS  = "*+?{" | REPEAT_CHARS  = "*+?{" | ||||||
| 
 | 
 | ||||||
| DIGITS = tuple("012345689") | DIGITS = tuple("0123456789") | ||||||
| 
 | 
 | ||||||
| OCTDIGITS = tuple("01234567") | OCTDIGITS = tuple("01234567") | ||||||
| HEXDIGITS = tuple("0123456789abcdefABCDEF") | HEXDIGITS = tuple("0123456789abcdefABCDEF") | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters