Lucas Inojosa
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...
Known bug: different indentation in Python 2.6: ``` python {'root': { 'test': 'test' }} ``` generates: ``` xml test ``` instead of: ``` xml test ```
Fixes #5.
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.