_split_header(): If we have a header which is a byte string containing
8-bit data, we cannot split it safely, so return the original string unchanged. _is8bitstring(): Helper function which returns True when we have a byte string that contains non-ascii characters (i.e. mysterious 8-bit data).
B
Barry Warsaw committed
6c2bc4635539765dc267094b95e0ef8f0ce9053a
Parent: 7cd7240