Deprecate undocumented io.OpenWrapper and _pyio.OpenWrapper

vstinner · GitHub

BPO

43680

Nosy

@gvanrossum

,

@vstinner

,

@tiran

,

@methane

,

@serhiy-storchaka

PRs

bpo-43680: Remove undocumented io.OpenWrapper #25114

bpo-43680: _pyio.open() becomes a static method #25354

bpo-43680: Deprecate io.OpenWrapper #25357

bpo-43680: Remove _pyio.DocDescriptor. #25395

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more detailsGitHub fields:

assignee=Noneclosed_at=<Date2021-04-14.01:26:31.500>created_at=<Date2021-03-31.12:59:21.814>labels= ['library', '3.10'] title='Deprecate undocumented io.OpenWrapper and _pyio.OpenWrapper'updated_at=<Date2021-04-14.01:26:31.499>user='https://github.com/vstinner'bugs.python.org fields:

activity=<Date2021-04-14.01:26:31.499>actor='vstinner'assignee='none'closed=Trueclosed_date=<Date2021-04-14.01:26:31.500>closer='vstinner'components= ['Library (Lib)'] creation=<Date2021-03-31.12:59:21.814>creator='vstinner'dependencies= [] files= [] hgrepos= [] issue_num=43680keywords= ['patch'] message_count=8.0messages= ['389896', '389897', '389899', '389902', '389912', '389913', '390828', '391025'] nosy_count=5.0nosy_names= ['gvanrossum', 'vstinner', 'christian.heimes', 'methane', 'serhiy.storchaka'] pr_nums= ['25114', '25354', '25357', '25395'] priority='normal'resolution='fixed'stage='resolved'status='closed'superseder=Nonetype=Noneurl='https://bugs.python.org/issue43680'versions= ['Python 3.10']Linked PRs

[3.11] gh-87846: test_io: Ignore OpenWrapper in test___all__ #126478