diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-03 13:55:16 +0000 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-03 13:55:16 +0000 |
commit | c654fc2cadee17bae5773a9313c5eed576ea4b37 (patch) | |
tree | 2119e9aa23a8680efd30b550c8a48b3ef86eefdc | |
parent | 3305c52de76821ec03db37c8afa81eb017eedb07 (diff) | |
download | cpython-git-c654fc2cadee17bae5773a9313c5eed576ea4b37.tar.gz |
Added comment to Misc/NEWS for r59290
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |