[Python-3000] stdlib reorganization
Antoine Pitrou
solipsis at pitrou.net
Mon May 22 18:29:28 CEST 2006
Le lundi 22 mai 2006 à 09:07 -0700, Brett Cannon a écrit :
> Actually, there aren't any real proposals. =)
>
> I tried bringing up the topic earlier this year shortly after Python
> 3000 discussion took off, and everyone said to hold off for a while on
> that topic.
Perhaps a wiki page somewhere could list all the issues people have with
the current stdlib ?
For example, one common annoyance IMO is naming: why "urllib" or
"httplib"? If I import something, it's obvious it's a lib, so "import
http" would seem sufficient. There are also inconsistencies in casing
("StringIO, "cPickle", etc.), unnecessary distinctions ("thread" vs.
"threading")...
Regards
Antoine.
More information about the Python-3000
mailing list