PyUnicode_FromFormat(): add %T format for an object type name · Issue #78776 · python/cpython (original) (raw)

BPO 34595
Nosy @vstinner, @ericvsmith, @encukou, @serhiy-storchaka
PRs bpo-34595: Add %T format to PyUnicode_FromFormatV() #9080bpo-34595: Format string using %T in Python/ #9103DO-NOT-MERGE: bpo-34595: Add %t format to PyUnicode_FromFormatV() #9122Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" #9187bpo-34595: WIP: Type fully qualified name #9251

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 2018-09-19.22:48:11.516> created_at = <Date 2018-09-06.09:13:30.086> labels = ['interpreter-core', '3.8'] title = 'PyUnicode_FromFormat(): add %T format for an object type name' updated_at = <Date 2018-09-19.22:48:11.515> user = 'https://github.com/vstinner'

bugs.python.org fields:

activity = <Date 2018-09-19.22:48:11.515> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2018-09-19.22:48:11.516> closer = 'vstinner' components = ['Interpreter Core'] creation = <Date 2018-09-06.09:13:30.086> creator = 'vstinner' dependencies = [] files = [] hgrepos = [] issue_num = 34595 keywords = ['patch'] message_count = 17.0 messages = ['324675', '324676', '324677', '324678', '324679', '324767', '324792', '324801', '324821', '324828', '324875', '324876', '324877', '325045', '325078', '325079', '325814'] nosy_count = 4.0 nosy_names = ['vstinner', 'eric.smith', 'petr.viktorin', 'serhiy.storchaka'] pr_nums = ['9080', '9103', '9122', '9187', '9251'] priority = 'normal' resolution = 'rejected' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue34595' versions = ['Python 3.8']