diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-11-14 23:31:58 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-11-14 23:31:58 (GMT) |
commit | 857fb4c1368aaafe70bb238548a544a547aa6eac (patch) | |
tree | e12db3bef18b9e282d28156d714eb83cb8cc508e /Misc | |
parent | 077736b96b0e323841d76672dc109c2caba976a4 (diff) | |
download | cpython-857fb4c1368aaafe70bb238548a544a547aa6eac.zip cpython-857fb4c1368aaafe70bb238548a544a547aa6eac.tar.gz cpython-857fb4c1368aaafe70bb238548a544a547aa6eac.tar.bz2 |
Windows blurb about new Tcl/Tk release shipped on Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -767,6 +767,9 @@ Yet to be written. Windows ------- +- The Windows distribution now ships with Tcl/Tk version 8.4.1 (it + previously shipped with Tcl/Tk 8.3.2). + - 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 |