[Python-checkins] python/dist/src/Misc NEWS,1.622,1.623

nascheme@users.sourceforge.net nascheme@users.sourceforge.net
Fri, 24 Jan 2003 14:15:56 -0800


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

Modified Files:
	NEWS 
Log Message:
Add news about getargs change.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.622
retrieving revision 1.623
diff -C2 -d -r1.622 -r1.623
*** NEWS	24 Jan 2003 15:31:27 -0000	1.622
--- NEWS	24 Jan 2003 22:15:53 -0000	1.623
***************
*** 167,171 ****
  -----
  
! TBD
  
  New platforms
--- 167,174 ----
  -----
  
! - The PyArg_Parse functions now raise a TypeError instead of truncating float
!   arguments if an integer is specified (this affects the 'b', 'B', 'h', 'H',
!   'i', and 'l' codes).
! 
  
  New platforms