commit | bf80e5407ffa0fc983eb1da50ffa9330b9eada6e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Feb 08 15:49:17 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Feb 08 15:49:17 1993 +0000 |
tree | ce2f5deae53f55af7cbcd5475402517fe4621014 | |
parent | 3f2ef09f400524ddb41b1aa4555f924163bfacb9 [diff] |
* stdwinmodule.c: various new commands: setwin{pos,size}, listfontnames, bitmap ops. * listobject.c: use mkvalue() when possible; avoid weird error when calling append() without args. * modsupport.c: new feature in getargs(): if the format string contains a semicolor the string after that is used as the error message instead of "bad argument list (format %s)" when there's an error.