[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.49, 1.50

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Jun 3 08:47:58 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21243/Doc/whatsnew

Modified Files:
	whatsnew24.tex 
Log Message:
Warn abou missing mutate flag to ioctl. Fixes #696535.


Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** whatsnew24.tex	31 May 2004 18:22:40 -0000	1.49
--- whatsnew24.tex	3 Jun 2004 12:47:25 -0000	1.50
***************
*** 670,673 ****
--- 670,675 ----
    relying on the wrong order need to be fixed.
  
+ \item \function{fcntl.ioctl} now warns if the mutate arg is omitted.
+ 
  \end{itemize}
  




More information about the Python-checkins mailing list