Skip to content

bpo-34595: WIP: Type fully qualified name - #9251

Closed
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:type_fqn
Closed

bpo-34595: WIP: Type fully qualified name#9251
vstinner wants to merge 1 commit into
python:masterfrom
vstinner:type_fqn

Conversation

@vstinner

@vstinnervstinner commented Sep 13, 2018

Copy link
Copy Markdown
Member
  • Add type.__fqn__ read-only attribute
  • Add "!t" conversion to format string
  • Add ":T" format to type.__format__()
  • Add "%t" and "%T" formatters to PyUnicode_FromUnicodeV(), and so to
    PyUnicode_FromUnicode() and PyErr_Format().

https://bugs.python.org/issue34595

* Add type.__fqn__ read-only attribute
* Add "!t" conversion to format string
* Add ":T" format to type.__format__()
* Add "%t" and "%T" formatters to PyUnicode_FromUnicodeV(), and so to
PyUnicode_FromUnicode() and PyErr_Format().
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@the-knights-who-say-ni@bedevere-bot