mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)
* gh-118673: Remove shebang and executable bits from stdlib modules. * Removed shebangs and exe bits on turtledemo scripts. The setting was inappropriate for '__main__' and inconsistent across the other modules. The scripts can still be executed directly by invoking with the desired interpreter.
This commit is contained in:
		
							parent
							
								
									659cb7e6b8
								
							
						
					
					
						commit
						c8b45a385a
					
				
					 28 changed files with 1 additions and 37 deletions
				
			
		
							
								
								
									
										1
									
								
								Lib/turtledemo/clock.py
									
										
									
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
									
										1
									
								
								Lib/turtledemo/clock.py
									
										
									
									
									
										
										
										Executable file → Normal file
									
								
							|  | @ -1,4 +1,3 @@ | |||
| #!/usr/bin/env python3 | ||||
| # -*- coding: cp1252 -*- | ||||
| """       turtle-example-suite: | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jason R. Coombs
						Jason R. Coombs