]> granicus.if.org Git - python/commit
- Several methods of nntplib.NNTP have grown an optional file argument
authorGuido van Rossum <guido@python.org>
Sat, 19 Apr 2003 18:04:57 +0000 (18:04 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 19 Apr 2003 18:04:57 +0000 (18:04 +0000)
commita26854095be67418bc89eff4874b32e33d7e5bf6
tree85f5607ee024023be9208dedf3dd0b525ff8875a
parent8d98d2cb95ac37147a4de5a119869211e8351324
- Several methods of nntplib.NNTP have grown an optional file argument
  which specifies a file where to divert the command's output
  (already supported by the body() method).  (SF patch #720468)
  Thanks to Terry Carroll.
Doc/lib/libnntplib.tex
Lib/nntplib.py
Misc/ACKS
Misc/NEWS