CVS: 'python/dist/src/Lib nntplib.py'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Thu, 13 Mar 1997 20:18:21 -0800


Update of /projects/cvsroot/python/dist/src/Lib
In directory monty:/usr/people/guido/python/src/Lib

Modified Files:
	nntplib.py 
Log Message:
Change the list() function to match the documentation in the comment
(it should return a list of tuples, not a list of lists).

--Guido van Rossum (home page: http://www.python.org/~guido/)