[Python-checkins] CVS: python/dist/src/Misc NEWS,1.364,1.365

Martin v. L?wis loewis@users.sourceforge.net
Mon, 18 Mar 2002 04:44:10 -0800


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

Modified Files:
	NEWS 
Log Message:
Patch #495598: add an -q (quiet) option to pycompile.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.364
retrieving revision 1.365
diff -C2 -d -r1.364 -r1.365
*** NEWS	17 Mar 2002 18:37:22 -0000	1.364
--- NEWS	18 Mar 2002 12:44:08 -0000	1.365
***************
*** 45,48 ****
--- 45,50 ----
  Library
  
+ - compileall now supports quiet operation.
+ 
  - The BaseHTTPServer implements now optionally HTTP/1.1 persistent
    connections.