mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	merge 3.2
This commit is contained in:
		
						commit
						f9caee9ab4
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1942,6 +1942,8 @@ Library
 | 
			
		|||
Build
 | 
			
		||||
-----
 | 
			
		||||
 | 
			
		||||
- Issue #10580: Minor grammar change in Windows installer.
 | 
			
		||||
 | 
			
		||||
- Issue #13326: Clean __pycache__ directories correctly on OpenBSD.
 | 
			
		||||
 | 
			
		||||
- PEP 393: the configure option --with-wide-unicode is removed.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -498,7 +498,7 @@ def add_ui(db):
 | 
			
		|||
 | 
			
		||||
    exit_dialog = PyDialog(db, "ExitDialog", x, y, w, h, modal, title,
 | 
			
		||||
                         "Finish", "Finish", "Finish")
 | 
			
		||||
    exit_dialog.title("Completing the [ProductName] Installer")
 | 
			
		||||
    exit_dialog.title("Complete the [ProductName] Installer")
 | 
			
		||||
    exit_dialog.back("< Back", "Finish", active = 0)
 | 
			
		||||
    exit_dialog.cancel("Cancel", "Back", active = 0)
 | 
			
		||||
    exit_dialog.text("Acknowledgements", 135, 95, 220, 120, 0x30003,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue