diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 | ||||
-rw-r--r-- | Misc/python.man | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.6.0 beta 4 Core and Builtins ----------------- +- Issue #28532: Show sys.version when -V option is supplied twice. + - Issue #28746: Fix the set_inheritable() file descriptor method on platforms that do not have the ioctl FIOCLEX and FIONCLEX commands. diff --git a/Misc/python.man b/Misc/python.man index 28f19b6..385b654 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -194,7 +194,8 @@ searching for a module. Also provides information on module cleanup at exit. .TP .B \-V ", " \-\-version -Prints the Python version number of the executable and exits. +Prints the Python version number of the executable and exits. When given +twice, print more information about the build. .TP .BI "\-W " argument Warning control. Python sometimes prints warning message to |