diff options
author | Guido van Rossum <guido@python.org> | 1997-08-02 00:09:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-02 00:09:09 (GMT) |
commit | 35d43377b4473d90736b01fc8934bcf56cd3cdf9 (patch) | |
tree | 90b9572e042e1e6193daf9bf993120694d895960 /config.h.in | |
parent | 3e819a7aa8cf604b76b34c038799bd6efb343779 (diff) | |
download | cpython-35d43377b4473d90736b01fc8934bcf56cd3cdf9.zip cpython-35d43377b4473d90736b01fc8934bcf56cd3cdf9.tar.gz cpython-35d43377b4473d90736b01fc8934bcf56cd3cdf9.tar.bz2 |
Functionality enhancement: allow other threads to use Tk commands
while one thread is blocked in mainloop(). Also, handle signals (not
just interrupts) as soon as they happen.
Cleanup: remove support for Tcl/Tk versions 7.4/4.0. (I've confirmed
that it works for 7.5/4.1 and 7.6/4.2, as well as 8.0b2.)
Coding style change: instead of ``func (args)'', write ``func(args)''
everywhere.
Minor functionality change: use PyArg_ParseTuple everywhere. This
should only affect the errors reported for bad argument lists; in
particular, deletefilehandler() is much clearer about what's going
on.
(XXX Still to do: Mac and Win ports to 8.0b2.)
Diffstat (limited to 'config.h.in')
0 files changed, 0 insertions, 0 deletions