1
									
								
								AUTHORS
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								AUTHORS
									
									
									
									
									
								
							| @@ -92,3 +92,4 @@ that much better: | |||||||
|  * Crittercism |  * Crittercism | ||||||
|  * Alvin Liang |  * Alvin Liang | ||||||
|  * andrewmlevy |  * andrewmlevy | ||||||
|  |  * Chris Faulkner | ||||||
|   | |||||||
| @@ -1255,11 +1255,11 @@ class BaseDict(dict): | |||||||
|  |  | ||||||
|     def pop(self, *args, **kwargs): |     def pop(self, *args, **kwargs): | ||||||
|         self._updated() |         self._updated() | ||||||
|         super(BaseDict, self).clear(*args, **kwargs) |         super(BaseDict, self).pop(*args, **kwargs) | ||||||
|  |  | ||||||
|     def popitem(self, *args, **kwargs): |     def popitem(self, *args, **kwargs): | ||||||
|         self._updated() |         self._updated() | ||||||
|         super(BaseDict, self).clear(*args, **kwargs) |         super(BaseDict, self).popitem(*args, **kwargs) | ||||||
|  |  | ||||||
|     def _updated(self): |     def _updated(self): | ||||||
|         try: |         try: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user