[Python-checkins] CVS: python/dist/src/Misc NEWS,1.233,1.234

Martin v. L?wis loewis@users.sourceforge.net
Thu, 06 Sep 2001 01:54:18 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv26059

Modified Files:
	NEWS 
Log Message:
Report patch #416079 changes.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.233
retrieving revision 1.234
diff -C2 -d -r1.233 -r1.234
*** NEWS	2001/09/06 00:32:15	1.233
--- NEWS	2001/09/06 08:54:16	1.234
***************
*** 82,85 ****
--- 82,88 ----
  Library
  
+ - telnetlib includes symbolic names for the options, and support for
+   setting an option negotiation callback.
+ 
  - The new C standard no longer requires that math libraries set errno to
    ERANGE on overflow.  For platform libraries that exploit this new