summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-02 00:09:09 +0000
committerGuido van Rossum <guido@python.org>1997-08-02 00:09:09 +0000
commit0fa133140c5808b2839795efa127ba0582336837 (patch)
tree91bf816ca84ef4ed628e10400b7175e10aa2436b /Python/sysmodule.c
parentc9f3e8faadcf52fe6cfdbea48604b52cc3932791 (diff)
downloadcpython-0fa133140c5808b2839795efa127ba0582336837.tar.gz
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 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions