Message5819

Author thijs
Recipients akong, njoyce, thijs
Date 2010-06-17.07:55:50
SpamBayes Score 0.09071242
Marked as misclassified No
Message-id <1276761351.86.0.154772971938.issue1618@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the reply akong. When looking at the jython documentation [1] it seems that globals() should always return a dictionary, and there's no need to wrap it in a dict(). Unless PyAMF somehow assigned a string to the globals() but that somehow seems impossible. So it this a Jython bug or should PyAMF revisit it's type check?

[1] http://jythonpodcast.hostjava.net/jythonbook/en/1.0/appendixC.html#globals
History
Date User Action Args
2010-06-17 07:55:51thijssetmessageid: <1276761351.86.0.154772971938.issue1618@psf.upfronthosting.co.za>
2010-06-17 07:55:51thijssetrecipients: + thijs, akong, njoyce
2010-06-17 07:55:51thijslinkissue1618 messages
2010-06-17 07:55:50thijscreate