-
-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
toml was last released on 02.11.2020: https://pypi.org/project/toml/#history
There are multiple known bugs: https://github.com/uiri/toml/issues
Maintainer is not supporting their project: uiri/toml#361
Multiple big projects like mypy, black, typeshed have already switched.
The transition seems to be rather simple: basically swap import toml with import tomli and use a proper encoding when calling loads.
Related: https://www.python.org/dev/peps/pep-0680/
If this is something you think should be done, I can send a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request