mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	gh-97681: Remove Tools/demo/ directory (#97682)
Remove the Tools/demo/ directory which contained old demo scripts. A copy can be found in the old-demos project: https://github.com/gvanrossum/old-demos Remove the following old demo scripts: * beer.py * eiffel.py * hanoi.py * life.py * markov.py * mcast.py * queens.py * redemo.py * rpython.py * rpythond.py * sortvisu.py * spreadsheet.py * vector.py Changes: * Remove a reference to the redemo.py script in the regex howto documentation. * Remove a reference to the removed Tools/demo/ directory in the curses documentation. * Update PC/layout/ to remove the reference to Tools/demo/ directory.
This commit is contained in:
		
							parent
							
								
									e6f9ec5c03
								
							
						
					
					
						commit
						64fe343717
					
				
					 20 changed files with 14 additions and 2730 deletions
				
			
		|  | @ -58,7 +58,7 @@ | |||
| 
 | ||||
| DATA_DIRS = FileNameSet("data") | ||||
| 
 | ||||
| TOOLS_DIRS = FileNameSet("scripts", "i18n", "demo", "parser") | ||||
| TOOLS_DIRS = FileNameSet("scripts", "i18n", "parser") | ||||
| TOOLS_FILES = FileSuffixSet(".py", ".pyw", ".txt") | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner