mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 11:49:12 +00:00 
			
		
		
		
	Issue #16340: Merged fix from 3.3.
This commit is contained in:
		
						commit
						d94a502cb0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -416,7 +416,7 @@ def add_ui(db):
 | 
				
			||||||
              ("VerdanaRed9", "Verdana", 9, 255, 0),
 | 
					              ("VerdanaRed9", "Verdana", 9, 255, 0),
 | 
				
			||||||
             ])
 | 
					             ])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests" "[TARGETDIR]Lib"'
 | 
					    compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests|venv\\scripts" "[TARGETDIR]Lib"'
 | 
				
			||||||
    lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
 | 
					    lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
 | 
				
			||||||
    # See "CustomAction Table"
 | 
					    # See "CustomAction Table"
 | 
				
			||||||
    add_data(db, "CustomAction", [
 | 
					    add_data(db, "CustomAction", [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue