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 steven.daprano
Recipients Mithil, steven.daprano
Date 2020-10-18.22:32:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603060325.96.0.48576223708.issue42075@roundup.psfhosted.org>
In-reply-to
Content
3.9 and older are all in feature freeze, so no changes in behaviour will be considered for them.

I'm afraid I cannot replicate the behaviour you describe. When I try, the full warning message is correctly displayed. See the attached file.

Importing it from the interactive interpreter gives:

    >>> import warntest
    /home/steve/warntest.py:5: UserWarning: Danger danger danger Will Robinson!!!
      "Danger danger danger Will Robinson!!!"


and running it from the commandline:


$ python3 ~/warntest.py 
/home/steve/warntest.py:5: UserWarning: Danger danger danger Will Robinson!!!
  "Danger danger danger Will Robinson!!!"


Can you provide a minimal working example of the issue?
History
Date User Action Args
2020-10-18 22:32:05steven.dapranosetrecipients: + steven.daprano, Mithil
2020-10-18 22:32:05steven.dapranosetmessageid: <1603060325.96.0.48576223708.issue42075@roundup.psfhosted.org>
2020-10-18 22:32:05steven.dapranolinkissue42075 messages
2020-10-18 22:32:05steven.dapranocreate