Skip to content

tomllib is considered as third-party lib in py3.11 but it is built-in now #2007

@NickVeld

Description

@NickVeld

https://docs.python.org/3/library/tomllib.html

It can be a part of an "epic" called "Support for python3.11" #1996

Behavior before:

@@ -1,8 +1,10 @@
-import tomllib
from pathlib import Path
from typing import Generator
 
+import tomllib
...

Behavior after:
The message that everything is OK

Version: 5.10.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions