From: Christian Heimes Date: Mon, 3 Dec 2007 13:55:16 +0000 (+0000) Subject: Added comment to Misc/NEWS for r59290 X-Git-Tag: v2.6a1~957 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c654fc2cadee17bae5773a9313c5eed576ea4b37;p=python Added comment to Misc/NEWS for r59290 --- diff --git a/Misc/NEWS b/Misc/NEWS index d61851ce2e..99b105874f 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.