commit | d1d584f4e820dc893175cdde74b901b6808ed3ab | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Oct 01 13:46:55 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Oct 01 13:46:55 2001 +0000 |
tree | 95c5640828bf644513dfb57c332ae95dcb88cbf6 | |
parent | d016e45fdb21691def79d00b41e20bd64adbc85a [diff] |
SF patch #462628 (Travers Naran) NNTPLib supports saving BODY to a file. 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.