gawel / pyquery

A jquery-like library for python
http://pyquery.rtfd.org/
Other
2.3k stars 182 forks source link

fix append by suggestion from suhaliv #81

Closed yodalee closed 10 years ago

yodalee commented 10 years ago

remove line root=tag[-len(root):] this is suggested by @suhailv, I test the modification with unittest and it didn't break any test. I think this is safe to remove.