@@ -175,23 +175,27 @@ \subsection{NNTP Objects \label{nntp-objects}}
175175then close it. If \var {file} is a file object, then it will start
176176calling \method {write()} on it to store the lines of the command output.
177177If \var {file} is supplied, then the returned \var {list} is an empty list.
178+ \end {methoddesc }
178179
179180\begin {methoddesc }{descriptions}{grouppattern}
180181Send a \samp {LIST NEWSGROUPS} command, where \var {grouppattern} is a wildmat
181182string as specified in RFC2980 (it's essentially the same as DOS or UNIX
182183shell wildcard strings). Return a pair \code {(\var {response},
183184\var {list})}, where \var {list} is a list of tuples containing
184185\code {(\var {name}, \var {title})}.
186+
187+ \versionadded {2.4}
185188\end {methoddesc }
186189
187190\begin {methoddesc }{description}{group}
188191Get a description for a single group \var {group}. If more than one group
189- matches (if 'group' is a real wildmat string), return the first match. If no group
190- matches, return an empty string.
192+ matches (if 'group' is a real wildmat string), return the first match.
193+ If no group matches, return an empty string.
191194
192195This elides the response code from the server. If the response code is
193196needed, use \method {descriptions()}.
194197
198+ \versionadded {2.4}
195199\end {methoddesc }
196200
197201\begin {methoddesc }{group}{name}
0 commit comments