Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-tomli
From: Adam Ciarcinski
Date: 2022-01-07 17:33:21
Message id: 20220107163321.D8C58FAEC@cvs.NetBSD.org
Log Message:
py-tomli: updated to 2.0.0
2.0.0
Removed
Python 3.6 support
Support for text file objects as load input. Use binary file objects instead.
First argument of load and loads can no longer be passed by keyword.
Fixed
Allow lower case "t" and "z" in datetimes
Improved
Raise an error when dotted keys define values outside the "current \
table". Technically speaking TOML v1.0.0 does allow such assignments but \
that isn't intended by specification writers, and will change in a future \
specification version (see the pull request).
Files: