Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

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

wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 13, 2018

  • 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 free to 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