mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Fix links to Decimal and ttk.
This commit is contained in:
		
							parent
							
								
									f4cc2c4afe
								
							
						
					
					
						commit
						dbd51b5d38
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -151,8 +151,8 @@ Some smaller changes made to the core Python language are: | ||||||
| 
 | 
 | ||||||
|   (Contributed by Raymond Hettinger; :issue:`1696199`.) |   (Contributed by Raymond Hettinger; :issue:`1696199`.) | ||||||
| 
 | 
 | ||||||
| * Add a new module, :mod:`ttk` for access to the Tk themed widget set. The | * Add a new module, :mod:`tkinter.ttk` for access to the Tk themed widget set. | ||||||
|   basic idea of ttk is to separate, to the extent possible, the code |   The basic idea of ttk is to separate, to the extent possible, the code | ||||||
|   implementing a widget's behavior from the code implementing its appearance. |   implementing a widget's behavior from the code implementing its appearance. | ||||||
| 
 | 
 | ||||||
|   (Contributed by Kevin Walzer and Guilherme Polo; :issue:`2618` and |   (Contributed by Kevin Walzer and Guilherme Polo; :issue:`2618` and | ||||||
|  | @ -167,7 +167,7 @@ Some smaller changes made to the core Python language are: | ||||||
| 
 | 
 | ||||||
|   (Contributed by Antoine Pitrou.) |   (Contributed by Antoine Pitrou.) | ||||||
| 
 | 
 | ||||||
| * The :mod:`Decimal` module now supports two new methods to create a | * The :mod:`decimal.Decimal` module now supports two new methods to create a | ||||||
|   decimal object that from a binary :class:`float`.  The conversion is |   decimal object that from a binary :class:`float`.  The conversion is | ||||||
|   exact but can sometimes be surprising:: |   exact but can sometimes be surprising:: | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Raymond Hettinger
						Raymond Hettinger