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 giampaolo.rodola
Recipients Arfrever, amaury.forgeotdarc, denilsonsa, eric.araujo, giampaolo.rodola, loewis, neologix, pitrou, rosslagerwall, vstinner, zbysz
Date 2012-01-21.19:40:18
SpamBayes Score 7.0694517e-09
Marked as misclassified No
Message-id <1327174819.2.0.625826601057.issue13609@psf.upfronthosting.co.za>
In-reply-to
Content
> read environment varaiables [...] and raise an error if the size cannot be
> read (so no need of default values). The os module is written as a thin
> wrapper between Python and the OS. A more high level function (read 
> environment variables, handle the error, use a namedtuple) can be written in 
> your application, or maybe in another module.

+1. I also find weird that a function, especially one living in the os module, has such a high level of abstraction (basically this is why I was originally proposing shutil module for this to go in).

Given the different opinions about the API, I think it's best to expose the lowest level functionality as-is, and let the user decide what to do (read env vars first, suppress the exception, use a fallback, etc.). 


> I think we have reached the point where we won't be in total 
> agreement over the API, so let's choose whatever is submitted 
> as a patch.

I'd be more careful. Once this gets in it will be too late for a change.
History
Date User Action Args
2012-01-21 19:40:19giampaolo.rodolasetrecipients: + giampaolo.rodola, loewis, amaury.forgeotdarc, pitrou, vstinner, eric.araujo, Arfrever, zbysz, denilsonsa, neologix, rosslagerwall
2012-01-21 19:40:19giampaolo.rodolasetmessageid: <1327174819.2.0.625826601057.issue13609@psf.upfronthosting.co.za>
2012-01-21 19:40:18giampaolo.rodolalinkissue13609 messages
2012-01-21 19:40:18giampaolo.rodolacreate