[issue1671] "World" tool ported to py3k

2007-12-20 Thread Quentin Gallet-Gilles
Quentin Gallet-Gilles added the comment: That was quick, thanks! I'll make sure to remember that sorted() and keys() aren't needed together. __ Tracker <[EMAIL PROTECTED]> __ _

[issue1671] "World" tool ported to py3k

2007-12-20 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: The change looks good to me, thanks! I made a minor change to your patch (i.e. .keys() not needed in sorted()), did some whitespace normalization, and fixed up the --dump output. Otherwise, the patch is quentin's and I've committed it to the tree. r59581 ---

[issue1671] "World" tool ported to py3k

2007-12-20 Thread Guido van Rossum
Guido van Rossum added the comment: Maybe the original author (Barry Warsaw) can review this? -- assignee: -> barry nosy: +barry, gvanrossum __ Tracker <[EMAIL PROTECTED]> __

[issue1671] "World" tool ported to py3k

2007-12-20 Thread Quentin Gallet-Gilles
Quentin Gallet-Gilles added the comment: You're welcome :-) __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1671] "World" tool ported to py3k

2007-12-20 Thread Christian Heimes
Christian Heimes added the comment: Thx :) -- keywords: +patch, py3k nosy: +tiran priority: -> normal __ Tracker <[EMAIL PROTECTED]> __ ___ Pyt

[issue1671] "World" tool ported to py3k

2007-12-20 Thread Quentin Gallet-Gilles
New submission from Quentin Gallet-Gilles: The title says it all. I also updated the country codes and other TLDs as things have evolved a bit since 2002. -- components: Demos and Tools files: world_tool.patch messages: 58874 nosy: quentin.gallet-gilles severity: normal status: open tit