Added a blurb about the change to sys.version under MSVC.

This commit is contained in:
Tim Peters 2002-11-11 19:51:33 +00:00
parent 062843354f
commit 37dfb01766
1 changed files with 5 additions and 0 deletions

View File

@ -751,6 +751,11 @@ Yet to be written.
Windows 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 - Sometimes the uninstall executable (UNWISE.EXE) vanishes. One cause
of that has been fixed in the installer (disabled Wise's "delete in- of that has been fixed in the installer (disabled Wise's "delete in-
use files" uninstall option). use files" uninstall option).