mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	* More changes due to stricter argument passing rules
* Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant.
This commit is contained in:
		
							parent
							
								
									a2b7f40513
								
							
						
					
					
						commit
						fea2af1e9b
					
				
					 18 changed files with 113 additions and 78 deletions
				
			
		| 
						 | 
				
			
			@ -136,9 +136,9 @@ def change(self, area):
 | 
			
		|||
		if self.win:
 | 
			
		||||
			self.win.change(area)
 | 
			
		||||
	#
 | 
			
		||||
	def scroll(self, args):
 | 
			
		||||
	def scroll(self, area, vector):
 | 
			
		||||
		if self.win:
 | 
			
		||||
			self.win.scroll(args)
 | 
			
		||||
			self.win.scroll(area, vector)
 | 
			
		||||
	#
 | 
			
		||||
	def settimer(self, itimer):
 | 
			
		||||
		if self.win:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue