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 spz1st
Recipients spz1st
Date 2020-08-14.22:28:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597444113.99.0.353653909979.issue41555@roundup.psfhosted.org>
In-reply-to
Content
The following command produced "name.tsvtsv" with version 3.7.1 and 3.8.5 instead of the expected "name.tsv" from version 2.7.5, 3.5.6, and 3.6.7.  Changing * to + produced expected "name.tsv".

python -c 'import re; v="name.txt";v = re.sub("[^\.]*$", "tsv", v);print(v)'
History
Date User Action Args
2020-08-14 22:28:34spz1stsetrecipients: + spz1st
2020-08-14 22:28:33spz1stsetmessageid: <1597444113.99.0.353653909979.issue41555@roundup.psfhosted.org>
2020-08-14 22:28:33spz1stlinkissue41555 messages
2020-08-14 22:28:33spz1stcreate