]> granicus.if.org Git - python/commitdiff
Added comment to Misc/NEWS for r59290
authorChristian Heimes <christian@cheimes.de>
Mon, 3 Dec 2007 13:55:16 +0000 (13:55 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 3 Dec 2007 13:55:16 +0000 (13:55 +0000)
Misc/NEWS

index d61851ce2e2c96fa28b9938634fad20ee3a99052..99b105874f10b14442491871bf087a344d0cc050 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -308,6 +308,9 @@ Core and builtins
 Library
 -------
 
+- Issue #1455: The distutils package now supports VS 2005 and VS 2008 for
+  both the msvccompiler and cygwincompiler.
+
 - Issue #1531: tarfile.py: Read fileobj from the current offset, do not
   seek to the start.