From: Benjamin Peterson Date: Tue, 27 Jan 2009 02:30:47 +0000 (+0000) Subject: Blocked revisions 68964,68985 via svnmerge X-Git-Tag: v3.1a1~381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2953bd46f763ad3eb878d321308416449b358578;p=python Blocked revisions 68964,68985 via svnmerge ........ r68964 | raymond.hettinger | 2009-01-26 10:52:22 -0600 (Mon, 26 Jan 2009) | 1 line Fix signed/unsigned mismatch. ........ r68985 | raymond.hettinger | 2009-01-26 17:29:09 -0600 (Mon, 26 Jan 2009) | 6 lines Remove startup firewall message. That is handled by an error dialog whenever a connection cannot be formed. Also, the Idle version number is already in the About Idle dialog. Now, the startup is clean looking once again. ........ ---