[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.16,1.81.2.17

Moshe Zadka moshez@users.sourceforge.net
Fri, 30 Mar 2001 23:13:32 -0800


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

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
- #125981 -- socketmodule.c --  closing sockets was not thread-safe.

- Use openssl/*.h to include the OpenSSL header files

- Patch #103636: Allow writing strings containing null bytes to an SSL socket


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.16
retrieving revision 1.81.2.17
diff -C2 -r1.81.2.16 -r1.81.2.17
*** NEWS	2001/03/31 06:48:52	1.81.2.16
--- NEWS	2001/03/31 07:13:29	1.81.2.17
***************
*** 69,72 ****
--- 69,78 ----
  - Loosely based on patch #103249 -- Fix core dumps in PyUnicode_Count
  
+ - #125981 -- socketmodule.c --  closing sockets was not thread-safe.
+ 
+ - Use openssl/*.h to include the OpenSSL header files
+ 
+ - Patch #103636: Allow writing strings containing null bytes to an SSL socket
+ 
  What's New in Python 2.0?
  =========================