ValvePython / vdf

📜 Package for working with Valve's text and binary KeyValue format
https://pypi.org/project/vdf/
MIT License
165 stars 30 forks source link

Version-mark the dict order issue #40

Closed Rosuav closed 3 years ago

Rosuav commented 3 years ago

Dictionary iteration order has been a solved problem since Python 3.6. Since this package supports as far back as 3.3, this could still be a problem, but only for people who are using older versions of Python. Clarifying the language to show this distinction.