This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: "World" tool ported to py3k
Type: Stage:
Components: Demos and Tools Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, christian.heimes, gvanrossum, quentin.gallet-gilles
Priority: normal Keywords: patch

Created on 2007-12-20 13:30 by quentin.gallet-gilles, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
world_tool.patch quentin.gallet-gilles, 2007-12-20 13:30
Messages (6)
msg58874 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2007-12-20 13:30
The title says it all.

I also updated the country codes and other TLDs as things have evolved a
bit since 2002.
msg58881 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-12-20 14:47
Thx :)
msg58883 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2007-12-20 14:51
You're welcome :-)
msg58889 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-12-20 15:20
Maybe the original author (Barry Warsaw) can review this?
msg58895 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2007-12-20 15:58
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
msg58897 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2007-12-20 16:08
That was quick, thanks!

I'll make sure to remember that sorted() and keys() aren't needed together.
History
Date User Action Args
2022-04-11 14:56:29adminsetgithub: 46012
2008-01-06 22:29:44adminsetkeywords: - py3k
versions: Python 3.0
2007-12-20 16:08:38quentin.gallet-gillessetmessages: + msg58897
2007-12-20 15:58:02barrysetstatus: open -> closed
resolution: fixed
messages: + msg58895
2007-12-20 15:20:31gvanrossumsetassignee: barry
messages: + msg58889
nosy: + barry, gvanrossum
2007-12-20 14:51:09quentin.gallet-gillessetmessages: + msg58883
2007-12-20 14:47:23christian.heimessetpriority: normal
keywords: + py3k, patch
messages: + msg58881
nosy: + christian.heimes
2007-12-20 13:30:23quentin.gallet-gillescreate