Lucas Inojosa

Results 4 issues of Lucas Inojosa

When not using the ordering feature (the prefix `order__`), the output order of the dictionary's elements depend on the interpreter. The tests are trusting that the default order is an...

bug

Known bug: different indentation in Python 2.6: ``` python {'root': { 'test': 'test' }} ``` generates: ``` xml test ``` instead of: ``` xml test ```

enhancement

It keeps the editor busy trying to scroll up/down when reaching top/bottom. I'll send a patch to fix this and wait for review.