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 iritkatriel
Recipients benjamin.peterson, iritkatriel, jwilk, loewis, ncoghlan, r.david.murray, serhiy.storchaka, vstinner
Date 2021-11-30.17:04:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638291852.52.0.653691329474.issue19941@roundup.psfhosted.org>
In-reply-to
Content
On 3.11 both are working (on a Mac):

cpython-1 % python -m tt  
¡Hello world!
cpython-1 % ./python.exe -c 'import tt'
¡Hello world!
History
Date User Action Args
2021-11-30 17:04:12iritkatrielsetrecipients: + iritkatriel, loewis, ncoghlan, vstinner, benjamin.peterson, jwilk, r.david.murray, serhiy.storchaka
2021-11-30 17:04:12iritkatrielsetmessageid: <1638291852.52.0.653691329474.issue19941@roundup.psfhosted.org>
2021-11-30 17:04:12iritkatriellinkissue19941 messages
2021-11-30 17:04:12iritkatrielcreate