[Patches] [ python-Patches-462628 ] NNTPLib supports saving BODY to a file

noreply@sourceforge.net noreply@sourceforge.net
Thu, 27 Sep 2001 18:13:07 -0700


Patches item #462628, was opened at 2001-09-18 11:56
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=462628&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Travers Naran (tnaran)
Assigned to: Nobody/Anonymous (nobody)
Summary: NNTPLib supports saving BODY to a file

Initial Comment:
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.


----------------------------------------------------------------------

>Comment By: Travers Naran (tnaran)
Date: 2001-09-27 18:13

Message:
Logged In: YES 
user_id=326902

I've made the requested changes.


----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-09-24 08:38

Message:
Logged In: YES 
user_id=6380

Thanks.  The patch is missing two things before it can be
accepted: change to docstrings explaining the new argument,
and changes to the documentation (Doc/lib/libnntplib.tex).
If you don't know LaTeX, just imitate what you see there and
our LaTeX expert will fix it up -- however you have to write
the documentation yourself.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=462628&group_id=5470