Skip to content

v3.3

Compare
Choose a tag to compare
@KenKundert KenKundert released this 08 Jun 06:38
· 139 commits to master since this release

Changes to Language Definition

  • Defined Minimal NestedText, a subset of NestedText.
  • NestedText document files should end with a newline.

Changes to Python Implementation

  • add normalize_key argument to load and loads.
  • added utility functions for operating on keys and keymaps:
    • get_value_from_keys
    • get_lines_from_keys
    • get_original_keys
    • join_keys
  • None passed as key is now converted to an empty string rather than "None".