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 pitrou
Recipients eric.araujo, eric.smith, exarkun, giampaolo.rodola, meatballhat, milko.krachounov, neologix, olemis, pitrou, tarek, vstinner
Date 2011-12-23.10:27:36
SpamBayes Score 0.0013335027
Marked as misclassified No
Message-id <1324636057.39.0.662047788116.issue8604@psf.upfronthosting.co.za>
In-reply-to
Content
> I wish we had something like:
> io.file
> io.file.tempfile
> io.file.path
> io.file.atomicfile

I adhere to "flat is better than nested". e.g. it always irks me to type "urllib.request" instead of "urllib". A 3-level deep nesting in the stdlib would certainly shock many people :)
History
Date User Action Args
2011-12-23 10:27:37pitrousetrecipients: + pitrou, exarkun, vstinner, eric.smith, giampaolo.rodola, tarek, eric.araujo, olemis, meatballhat, milko.krachounov, neologix
2011-12-23 10:27:37pitrousetmessageid: <1324636057.39.0.662047788116.issue8604@psf.upfronthosting.co.za>
2011-12-23 10:27:36pitroulinkissue8604 messages
2011-12-23 10:27:36pitroucreate