• Raymond Hettinger's avatar
    Wholistic code cleanup / modernization: · bb5fbc4a
    Raymond Hettinger yazdı
    * Use +=
    * Replace loop logic with str.splitlines equivalent
    * Don't use variable names that shadow tuple, list, and str
    * Use dict.get instead of equivalent try/except
    * Minor loop logic simplications
    bb5fbc4a
rfc822.py 32.2 KB