mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Use string.ascii_letters instead of string.letters (SF bug #226706).
This commit is contained in:
		
							parent
							
								
									f69868f304
								
							
						
					
					
						commit
						79e75e1916
					
				
					 15 changed files with 17 additions and 18 deletions
				
			
		|  | @ -25,8 +25,7 @@ | |||
| 	haveThreading = Wthreading.haveThreading | ||||
| 
 | ||||
| _scriptuntitledcounter = 1 | ||||
| # _wordchars = string.letters + string.digits + "_" | ||||
| _wordchars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_' | ||||
| _wordchars = string.ascii_letters + string.digits + "_" | ||||
| 
 | ||||
| 
 | ||||
| runButtonLabels = ["Run all", "Stop!"] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fred Drake
						Fred Drake