Closed GoogleCodeExporter closed 9 years ago
On second thought, the check for mapping should only be done if the attribute
check
fails (rather than the other way around). This breaks some things when using the
BeautifulSoup DOM and env.js.
Original comment by sciyoshi
on 1 Jan 2010 at 8:57
I have added supports to use the python mapping protocol from Javascript side,
please
check out the source code from SVN after r189 to verify it.
As you know, the automatic mapping may introduce some compatibility issues,
that's
why I'm not implement it in previous version. To minimize the side effect, I
limit the
mapping only for the situation that the object follow python mapping protocol
and
doesn't have same named attribute.
Thanks for your patch
Original comment by flier...@gmail.com
on 2 Jan 2010 at 4:58
Original issue reported on code.google.com by
sciyoshi
on 1 Jan 2010 at 8:44Attachments: