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.

Author eric.smith
Recipients conqp, eric.smith
Date 2020-03-24.15:54:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585065249.99.0.270504354609.issue40054@roundup.psfhosted.org>
In-reply-to
Content
The problem is that __doc__ is set at compile time, not run time. The ''.format call (and f-strings) are evaluated at run time.
History
Date User Action Args
2020-03-24 15:54:10eric.smithsetrecipients: + eric.smith, conqp
2020-03-24 15:54:09eric.smithsetmessageid: <1585065249.99.0.270504354609.issue40054@roundup.psfhosted.org>
2020-03-24 15:54:09eric.smithlinkissue40054 messages
2020-03-24 15:54:09eric.smithcreate