Deprecate undocumented io.OpenWrapper and _pyio.OpenWrapper (original) (raw)

BPO 43680
Nosy @gvanrossum, @vstinner, @tiran, @methane, @serhiy-storchaka
PRs bpo-43680: Remove undocumented io.OpenWrapper #25114bpo-43680: _pyio.open() becomes a static method #25354bpo-43680: Deprecate io.OpenWrapper #25357bpo-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 details

GitHub fields:

assignee = None closed_at = <Date 2021-04-14.01:26:31.500> created_at = <Date 2021-03-31.12:59:21.814> labels = ['library', '3.10'] title = 'Deprecate undocumented io.OpenWrapper and _pyio.OpenWrapper' updated_at = <Date 2021-04-14.01:26:31.499> user = 'https://github.com/vstinner'

bugs.python.org fields:

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

Linked PRs