• Guido van Rossum's avatar
    SF patch #462628 (Travers Naran) NNTPLib supports saving BODY to a file. · d1d584f4
    Guido van Rossum yazdı
      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.
    d1d584f4
nntplib.py 18.4 KB