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 syfou
Recipients ajaksu2, georg.brandl, syfou
Date 2009-03-30.06:48:01
SpamBayes Score 0.0019798959
Marked as misclassified No
Message-id <1238395685.91.0.245394019089.issue1527597@psf.upfronthosting.co.za>
In-reply-to
Content
Daniel,

I see many people relying on print() and exec() to basically perform the
same task miniconf does: dumping and loading groups of parameters in a
human-readable, 100% pythonic form. Look in the wild: 

http://www.google.com/search?q=exec+filetype:py

I think that if we had a painless, almost drop-in replacement to do the
same thing without risking feeding arbitrary code to the interpreter, we
would use it.

Anyway, thanks for the work of Bob Ippolito, we now have a json module
in the standard library: it's fast, robust, and can pretty much cover
the same use case, so I am happy; It just feels slightly weird to save
and load configuration files in a javascript syntax from python apps. :-D
History
Date User Action Args
2009-03-30 06:48:06syfousetrecipients: + syfou, georg.brandl, ajaksu2
2009-03-30 06:48:05syfousetmessageid: <1238395685.91.0.245394019089.issue1527597@psf.upfronthosting.co.za>
2009-03-30 06:48:04syfoulinkissue1527597 messages
2009-03-30 06:48:02syfoucreate