[issue46172] [doc] Outdated description of `license` object

2021-12-26 Thread CCXXXI
Change by CCXXXI : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue46172] [doc] Outdated description of `license` object

2021-12-25 Thread CCXXXI
CCXXXI added the comment: 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

[issue46172] [doc] Outdated description of `license` object

2021-12-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: On Windows, with the python.orgs 3.9.9, 3.10.1, and 3.11.0b3 installers, 'licence' displays the documented text. Ditto for all 3 build from repository. Ditto for 3.10.1 on Mac. The behavior is set, I believe, in site.py, so your system ignored the doc.

[issue46172] [doc] Outdated description of `license` object

2021-12-24 Thread Alex Waygood
Change by Alex Waygood : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46172] [doc] Outdated description of `license` object

2021-12-24 Thread CCXXXI
New submission from CCXXXI : https://docs.python.org/3/library/constants.html#license > Object that when printed, prints the message “Type license() to see the full > license text”, and when called, displays the full license text in a > pager-like fashion (one screen at a time). It displays