Le mardi 02 novembre 2010 à 15:47 -0700, Raymond Hettinger a écrit : > > What is it you're seeing as a risk that I'm not seeing? > Are we permanently locked into the exact ten filenames > that are currently used: utils, suite, loader, case, result, main, > signals, etc? > Is the file structure now frozen?
I don't think it's frozen. It's just that Michael and Benjamin (perhaps others too) prefer it like that, and given who does most of the maintenance and improvement work it is reasonable to respect that decision. If one day someone else becomes maintainer of unittest, then, sure, they can undo the splitting or do it differently. But right now there's no reason to change. Oh, and I much prefer a splitting without any impact on the public API. I *hate* writing "urllib.request.urlopen" and I really wish we hadn't done that; "urllib.urlopen" was so much easier to remember it isn't funny :/ Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com