• Guido van Rossum's avatar
    SF patch #462628 (Travers Naran) NNTPLib supports saving BODY to a file. · 32bf3a1b
    Guido van Rossum authored
      I modified nntplib so the body method can accept an
      optional second parameter pointing to a filehandle or
      filename (string). This way, really long body
      articles can be stored to disk instead of kept in
      memory. The way I made the modification should make
      it easy to extend this functionality to other extended
      return methods.
    32bf3a1b
nntplib.py 18.4 KB