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

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


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

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
Use Py_CHARMASK for ctype macros. Fixes bug #232787.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.17
retrieving revision 1.81.2.18
diff -C2 -r1.81.2.17 -r1.81.2.18
*** NEWS	2001/03/31 07:13:29	1.81.2.17
--- NEWS	2001/03/31 07:33:56	1.81.2.18
***************
*** 75,78 ****
--- 75,80 ----
  - Patch #103636: Allow writing strings containing null bytes to an SSL socket
  
+ - #232787 -- Modules/timemodule.c, Python/errors.c, Objects/intobject.c
+ 
  What's New in Python 2.0?
  =========================