File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1664,9 +1664,6 @@ Pending Removal in Python 3.14
16641664  * ``master_open() ``: use :func: `pty.openpty `.
16651665  * ``slave_open() ``: use :func: `pty.openpty `.
16661666
1667- * :func: `shutil.rmtree ` *onerror * parameter is deprecated in 3.12,
1668-   and will be removed in 3.14: use the *onexc * parameter instead.
1669- 
16701667* :mod: `sqlite3 `:
16711668
16721669  * :data: `~sqlite3.version ` and :data: `~sqlite3.version_info `.
@@ -1842,6 +1839,9 @@ although there is currently no date scheduled for their removal.
18421839
18431840* :mod: `!sre_compile `, :mod: `!sre_constants ` and :mod: `!sre_parse ` modules.
18441841
1842+ * :mod: `shutil `: :func: `~shutil.rmtree `'s *onerror * parameter is deprecated in
1843+   Python 3.12; use the *onexc * parameter instead.
1844+ 
18451845* :mod: `ssl ` options and protocols:
18461846
18471847  * :class: `ssl.SSLContext ` without protocol argument is deprecated.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments