Message4983

Author Lawouach
Recipients Lawouach, pjenvey
Date 2009-08-04.08:12:42
SpamBayes Score 2.4978255e-05
Marked as misclassified No
Message-id <1249373563.16.0.865976708086.issue1417@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Philip,

This comes from CherryPy using a module that evaluates config values
into Python values.

http://www.cherrypy.org/browser/trunk/cherrypy/lib/reprconf.py#L194

That being said, the workaround I'm using for now, is that when running
into an exception at that point, I'm doing a:

value = eval(value)

Which seems to work as far as I can tell so it's not blocking me per se.

I guess Jython should at least issue a warning statement about not
supporting the parser.
History
Date User Action Args
2009-08-04 08:12:43Lawouachsetmessageid: <1249373563.16.0.865976708086.issue1417@psf.upfronthosting.co.za>
2009-08-04 08:12:43Lawouachsetrecipients: + Lawouach, pjenvey
2009-08-04 08:12:43Lawouachlinkissue1417 messages
2009-08-04 08:12:42Lawouachcreate