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.


_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to