]> granicus.if.org Git - python/commitdiff
Added a blurb about the change to sys.version under MSVC.
authorTim Peters <tim.peters@gmail.com>
Mon, 11 Nov 2002 19:51:33 +0000 (19:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 11 Nov 2002 19:51:33 +0000 (19:51 +0000)
Misc/NEWS

index 5a16b8b4c52157694a6cb2d74b10ab98fb406cac..89f1e2ff3fc028bbe54d714f8489ce4953f9ff07 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -751,6 +751,11 @@ Yet to be written.
 Windows
 -------
 
+- When Python is built under a Microsoft compiler, sys.version now
+  includes the compiler version number (_MSC_VER).  For example, under
+  MSVC 6, sys.version constains the substring "MSC v.1200 ".  1200 is
+  the value of _MSC_VER under MSVC 6.
+
 - Sometimes the uninstall executable (UNWISE.EXE) vanishes.  One cause
   of that has been fixed in the installer (disabled Wise's "delete in-
   use files" uninstall option).