Message 92135 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
2.7 does not support the !a conversion specifier. It's only available in
3.1 and above.

It's because ascii() is a 3.x only builtin.