• R David Murray's avatar
    #10839: raise an error on add of duplicate unique headers in new email policies · abfc3749
    R David Murray yazdı
    This feature was supposed to be part of the initial email6 checkin, but it got
    lost in my big refactoring.
    
    In this patch I'm not providing an easy way to turn off the errors, but they
    only happen when a header is added programmatically, and it is almost never
    the right thing to do to allow the duplicate to be added.  An application that
    needs to add duplicates of unique headers can create a policy subclass to
    allow it.
    abfc3749
email.policy.rst 22.4 KB