[Python-checkins] python/dist/src/Doc/lib libnntplib.tex,1.30,1.31

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Jul 30 18:08:52 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5653

Modified Files:
	libnntplib.tex 
Log Message:
Add closing methoddesc. Add versionadded. Rewrap.


Index: libnntplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libnntplib.tex,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** libnntplib.tex	26 Jul 2004 12:40:50 -0000	1.30
--- libnntplib.tex	30 Jul 2004 16:08:49 -0000	1.31
***************
*** 176,179 ****
--- 176,180 ----
  calling \method{write()} on it to store the lines of the command output.
  If \var{file} is supplied, then the returned \var{list} is an empty list.
+ \end{methoddesc}
  
  \begin{methoddesc}{descriptions}{grouppattern}
***************
*** 183,196 ****
  \var{list})}, where \var{list} is a list of tuples containing
  \code{(\var{name}, \var{title})}.
  \end{methoddesc}
  
  \begin{methoddesc}{description}{group}
  Get a description for a single group \var{group}.  If more than one group
! matches (if 'group' is a real wildmat string), return the first match.  If no group
! matches, return an empty string.
  
  This elides the response code from the server.  If the response code is
  needed, use \method{descriptions()}.
  
  \end{methoddesc}
  
--- 184,200 ----
  \var{list})}, where \var{list} is a list of tuples containing
  \code{(\var{name}, \var{title})}.
+ 
+ \versionadded{2.4}
  \end{methoddesc}
  
  \begin{methoddesc}{description}{group}
  Get a description for a single group \var{group}.  If more than one group
! matches (if 'group' is a real wildmat string), return the first match.  
! If no group matches, return an empty string.
  
  This elides the response code from the server.  If the response code is
  needed, use \method{descriptions()}.
  
+ \versionadded{2.4}
  \end{methoddesc}
  



More information about the Python-checkins mailing list