Kaydet (Commit) 37dfb017 authored tarafından Tim Peters's avatar Tim Peters

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

üst 06284335
......@@ -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).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment