New operators for Python dicts?
New operators for Python dicts?
Posted Mar 5, 2015 17:37 UTC (Thu) by dashesy (guest, #74652)Parent article: New operators for Python dicts?
      Posted Mar 7, 2015 1:20 UTC (Sat)
                               by droundy (subscriber, #4559)
                              [Link] 
       
In particular, sets use | and |= where + and += are being proposed for dicts. 
     
    What about parallel case of sets?
      
 
           