[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 <https://bugs.python.org/issue46172> ___

[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 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