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.

Author neologix
Recipients eric.araujo, eric.smith, exarkun, giampaolo.rodola, meatballhat, milko.krachounov, neologix, olemis, pitrou, tarek, vstinner
Date 2011-12-23.11:57:14
SpamBayes Score 2.7002666e-06
Marked as misclassified No
Message-id <CAH_1eM1MjRYGs2uA7us441=4UGwc0dOkVeO5V-180NR4gsEO+w@mail.gmail.com>
In-reply-to <1324636057.39.0.662047788116.issue8604@psf.upfronthosting.co.za>
Content
> 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?
History
Date User Action Args
2011-12-23 11:57:15neologixsetrecipients: + neologix, exarkun, pitrou, vstinner, eric.smith, giampaolo.rodola, tarek, eric.araujo, olemis, meatballhat, milko.krachounov
2011-12-23 11:57:14neologixlinkissue8604 messages
2011-12-23 11:57:14neologixcreate