saltbundlepy-tomli
No description set
- Links to systemsman...ndle:next / saltbundlepy-tomli
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:vizhestkov:salt-bundle-next/saltbundlepy-tomli && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000235 235 Bytes | |
project.diff | 0000002826 2.76 KB | |
tomli-2.0.1.tar.gz | 0000133685 131 KB |
Revision 2 (latest revision is 3)
Victor Zhestkov (vizhestkov)
committed
(revision 2)
- Update to 2.0.1: * More uniform error messages * Raise a friendly TypeError for wrong file mode * Allow parse_float to return objects having the append attr * Eagerly raise an error if parse_float returns an illegal type * Tests ported to unittest - Upgrade to 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. * Allow lower case "t" and "z" in datetimes * 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). * Illegal characters in error messages were surrounded by two pairs of quotation marks * TOMLDecodeError.__module__ is now the public import path (tomli) instead of private import path (tomli._parser) * Eliminated an import cycle when typing.TYPE_CHECKING is True. This allows sphinx-autodoc-typehints to resolve type annotations.
Comments 0