Charles-François Natali <neolo...@free.fr> added the comment: > I adhere to "flat is better than nested". e.g. it always irks me to type > "urllib.request" instead of "urllib".
Well, that's what (selective) imports are for, no ? from urllib import request from file.path import exists import xml.etree.cElementTree as ET Anyway, my "thoughts?" wasn't referring to this namespace hierarchy "proposal" (which really isn't one), but rather to the best module which could host an AtomicFile class. Still shutil? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8604> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com