mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	
							parent
							
								
									16a3932774
								
							
						
					
					
						commit
						bd39c03c9f
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		|  | @ -679,7 +679,7 @@ def __init__(self): | ||||||
|             _canvas = Tkinter.Canvas(_root, background="white") |             _canvas = Tkinter.Canvas(_root, background="white") | ||||||
|             _canvas.pack(expand=1, fill="both") |             _canvas.pack(expand=1, fill="both") | ||||||
| 
 | 
 | ||||||
|         setup(width=_width, height= _height, startx=_startx, starty=_starty) |             setup(width=_width, height= _height, startx=_startx, starty=_starty) | ||||||
| 
 | 
 | ||||||
|         RawPen.__init__(self, _canvas) |         RawPen.__init__(self, _canvas) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -19,6 +19,9 @@ Core and builtins | ||||||
| Library | Library | ||||||
| ------- | ------- | ||||||
| 
 | 
 | ||||||
|  | - Bug #1514703: Only setup canvas window in turtle when the canvas | ||||||
|  |   is created. | ||||||
|  | 
 | ||||||
| - Bug #1513223: .close() of a _socketobj now releases the underlying | - Bug #1513223: .close() of a _socketobj now releases the underlying | ||||||
|   socket again, which then gets closed as it becomes unreferenced. |   socket again, which then gets closed as it becomes unreferenced. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Martin v. Löwis
						Martin v. Löwis