Message7228

Author pjenvey
Recipients fwierzbicki, int3, pjenvey
Date 2012-06-15.18:36:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339785390.45.0.666445006472.issue1924@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for this,

You probably don't want to convert via __tojava__(String.class). ArgParser can return you a String in a nicer fashion, but you might also need to consider unicode values like attrgetter does (unfortunately there's no tests for unicode name values)

I probably would have used the simpler/faster StringTokenizer instead of String split but that's not too big of a deal.

And please wrap all blocks with curly braces according to the coding standards: http://wiki.python.org/jython/CodingStandards
History
Date User Action Args
2012-06-15 18:36:30pjenveysetmessageid: <1339785390.45.0.666445006472.issue1924@psf.upfronthosting.co.za>
2012-06-15 18:36:30pjenveysetrecipients: + pjenvey, fwierzbicki, int3
2012-06-15 18:36:30pjenveylinkissue1924 messages
2012-06-15 18:36:29pjenveycreate