mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	* Remove the Tools/scripts/2to3 script. * Remove the Lib/test/test_lib2to3/ directory. * Doc/tools/extensions/pyspecific.py: remove the "2to3fixer" object type. * Makefile and PC/layout/main.py no longer compile lib2to3 grammar files. * Update Makefile for 2to3 removal.
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			903 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			903 B
		
	
	
	
		
			Text
		
	
	
	
	
	
This directory contains a collection of executable Python scripts that are
 | 
						|
useful while building, extending or managing Python.
 | 
						|
 | 
						|
checkpip.py               Checks the version of the projects bundled in ensurepip
 | 
						|
                          are the latest available
 | 
						|
combinerefs.py            A helper for analyzing PYTHONDUMPREFS output
 | 
						|
divmod_threshold.py       Determine threshold for switching from longobject.c
 | 
						|
                          divmod to _pylong.int_divmod()
 | 
						|
idle3                     Main program to start IDLE
 | 
						|
pydoc3                    Python documentation browser
 | 
						|
run_tests.py              Run the test suite with more sensible default options
 | 
						|
summarize_stats.py        Summarize specialization stats for all files in the
 | 
						|
                          default stats folders
 | 
						|
var_access_benchmark.py   Show relative speeds of local, nonlocal, global,
 | 
						|
                          and built-in access
 |