|
From: Waseem S. D. <wd...@MI...> - 2005-09-12 13:04:46
|
On Mon, 2005-09-12 at 14:40 +0200, Stas Z wrote: > > > We need javascript Python bindings :-) > > I'll let you implement that part ;-) > I was afraid you would say that :-/ > > I'm a clueless newbie when it comes to javascript. > However I'll start googling for some javascript Python stuff perhaps > there's already > some solution. I was more being facetious than anything else -- I'm not totally convinced there's an easy way to handle these gmail changes totally agnostically. I mean, I guess gmail tells us what 'objects' correspond to what variable names, in javascript, but there's nothing really to say that those variable names won't change (and if they do, we need to rewrite some code), right? I guess we could try to parse some javascript in the Python, but I guess I don't see what's to be gained from doing it. (Though it's probably that I just don't understand what's going on with what you're proposing) - Waseem |