[Python-checkins] python/dist/src/Misc NEWS,1.908,1.909

theller at users.sourceforge.net theller at users.sourceforge.net
Fri Dec 5 15:28:11 EST 2003


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

Modified Files:
	NEWS 
Log Message:
distutils compilers now compile source files in the same order as they
are passed to the compiler.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.908
retrieving revision 1.909
diff -C2 -d -r1.908 -r1.909
*** NEWS	5 Dec 2003 17:43:47 -0000	1.908
--- NEWS	5 Dec 2003 20:28:07 -0000	1.909
***************
*** 174,177 ****
--- 174,180 ----
  -------
  
+ - distutils compilers now compile source files in the same order as
+   they are passed to the compiler.
+ 
  - pprint.pprint() and pprint.pformat() now have additional parameters
    indent, width and depth.





More information about the Python-checkins mailing list