summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-12-03 13:55:16 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-12-03 13:55:16 (GMT)
commitc654fc2cadee17bae5773a9313c5eed576ea4b37 (patch)
tree2119e9aa23a8680efd30b550c8a48b3ef86eefdc
parent3305c52de76821ec03db37c8afa81eb017eedb07 (diff)
downloadcpython-c654fc2cadee17bae5773a9313c5eed576ea4b37.zip
cpython-c654fc2cadee17bae5773a9313c5eed576ea4b37.tar.gz
cpython-c654fc2cadee17bae5773a9313c5eed576ea4b37.tar.bz2
Added comment to Misc/NEWS for r59290
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d61851c..99b1058 100644
--- 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.