diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-06 21:59:33 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-06 21:59:33 (GMT) |
commit | dc46175dc35d47df87e2955fec899cf471d3135f (patch) | |
tree | ab22a9d394c0e749efd0cd3377bf57226ba3a14d /Misc | |
parent | eb58f5d6cdc3d693eedc40229a5f161babf6920a (diff) | |
download | cpython-dc46175dc35d47df87e2955fec899cf471d3135f.zip cpython-dc46175dc35d47df87e2955fec899cf471d3135f.tar.gz cpython-dc46175dc35d47df87e2955fec899cf471d3135f.tar.bz2 |
Add --check-tkinter to setup.py. Install IDLE. Fixes #634078.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -582,6 +582,8 @@ Tools/Demos Build ----- +- On Unix, IDLE is now installed automatically. + - The fpectl module is not built by default; it's dangerous or useless except in the hands of experts. |