mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Fix two versionchanged.
This commit is contained in:
		
							parent
							
								
									b8f7ea6ceb
								
							
						
					
					
						commit
						4d5195bab5
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2497,7 +2497,7 @@ methods of :class:`Logger`, i.e. :meth:`debug`, :meth:`info`, :meth:`warning`,
 | 
				
			||||||
methods have the same signatures as their counterparts in :class:`Logger`, so
 | 
					methods have the same signatures as their counterparts in :class:`Logger`, so
 | 
				
			||||||
you can use the two types of instances interchangeably.
 | 
					you can use the two types of instances interchangeably.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. versionchanged:: 2.7
 | 
					.. versionchanged:: 3.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The :meth:`isEnabledFor` method was added to :class:`LoggerAdapter`. This method
 | 
					The :meth:`isEnabledFor` method was added to :class:`LoggerAdapter`. This method
 | 
				
			||||||
delegates to the underlying logger.
 | 
					delegates to the underlying logger.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -141,7 +141,7 @@ Functions, Constants, and Exceptions
 | 
				
			||||||
   normal EOF in response to unexpected EOF errors raised from the underlying
 | 
					   normal EOF in response to unexpected EOF errors raised from the underlying
 | 
				
			||||||
   socket; if :const:`False`, it will raise the exceptions back to the caller.
 | 
					   socket; if :const:`False`, it will raise the exceptions back to the caller.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   .. versionchanged:: 2.7
 | 
					   .. versionchanged:: 3.2
 | 
				
			||||||
      New optional argument *ciphers*.
 | 
					      New optional argument *ciphers*.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. function:: RAND_status()
 | 
					.. function:: RAND_status()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue