[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.20,1.81.2.21

Moshe Zadka moshez@users.sourceforge.net
Sat, 31 Mar 2001 01:12:53 -0800


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

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
- #119833 - close socket in smtplib if there was an error connecting
- #126863 - getopt long option handling fixed


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.20
retrieving revision 1.81.2.21
diff -C2 -r1.81.2.20 -r1.81.2.21
*** NEWS	2001/03/31 08:31:12	1.81.2.20
--- NEWS	2001/03/31 09:12:51	1.81.2.21
***************
*** 86,89 ****
--- 86,96 ----
  - #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.
  
+ - #125452 - shlex.shlex hungs when it encounters a string with an unmatched 
+             quote
+ 
+ - #119833 - close socket in smtplib if there was an error connecting
+ 
+ - #126863 - getopt long option handling fixed
+ 
  What's New in Python 2.0?
  =========================