Skip to content

Incorrect note about _Bool type in the struct module docs #123110

@skirpichev

Description

@skirpichev

Note from table of format characters says: "The '?' conversion code corresponds to the _Bool type defined by C99. If this type is not available, it is simulated using a char. In standard mode, it is always represented by one byte."

Since a9296e7, C99 bool's are required. So, either this could be removed or reduced to the first sentence.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions