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 CCXXXI
Recipients CCXXXI, docs@python, terry.reedy
Date 2021-12-25.09:31:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640424719.71.0.701486582447.issue46172@roundup.psfhosted.org>
In-reply-to
Content
3.10.1 packaged by conda-forge on Windows. Maybe the behavior is changed by conda-forge.

```
from sys import version

print(version)
print(license)
license()
```

```
3.10.1 | packaged by conda-forge | (main, Dec 22 2021, 01:34:40) [MSC v.1929 64 bit (AMD64)]
See https://www.python.org/psf/license/
See https://www.python.org/psf/license/
```
History
Date User Action Args
2021-12-25 09:31:59CCXXXIsetrecipients: + CCXXXI, terry.reedy, docs@python
2021-12-25 09:31:59CCXXXIsetmessageid: <1640424719.71.0.701486582447.issue46172@roundup.psfhosted.org>
2021-12-25 09:31:59CCXXXIlinkissue46172 messages
2021-12-25 09:31:59CCXXXIcreate