Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

uname_result _asdict and _fields are missing platform #97966

Closed
Assignees
jaraco
Labels
type-bugAn unexpected behavior, bug, or error
@jaraco

Description

@jaraco

Not sure if this should be a new issue, butplatform.uname docs for 3.12 still say:

... Returns anamedtuple() containingsix attributes:system,node,release,version,machine, andprocessor.

(my emphasis)

I've got python 3.10.6 installed, which returns 5 attributes, not includingprocessor, as expected from the discussion above:

uname_result(    system='Linux',     node='MyName',     release='5.15.0-48-generic',     version='#54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022',     machine='x86_64')

Originally posted by@dennisvang in#84750 (comment)

Linked PRs

Metadata

Metadata

Assignees

Labels

type-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp