File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,25 @@ typing
290290  or ``TD = TypedDict("TD", {}) `` instead.
291291  (Contributed by Bénédikt Tran in :gh: `133823 `.)
292292
293-   
293+ 
294+ unittest
295+ -------- 
296+ 
297+ * Lets users specify formatter in TestCase.assertLogs.
298+   :func: `unittest.TestCase.assertLogs ` will now accept a formatter
299+   to control how messages are formatted.
300+   (Contributed by Garry Cairns in :gh: `134567 `.)
301+ 
302+ 
303+ wave
304+ ---- 
305+ 
306+ * Removed the ``getmark() ``, ``setmark() `` and ``getmarkers() `` methods
307+   of the :class: `~wave.Wave_read ` and :class: `~wave.Wave_write ` classes,
308+   which were deprecated since Python 3.13.
309+   (Contributed by Bénédikt Tran in :gh: `133873 `.)
310+ 
311+ 
294312zipimport
295313--------- 
296314
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments