summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2016-11-21 11:57:14 (GMT)
committerINADA Naoki <songofacandy@gmail.com>2016-11-21 11:57:14 (GMT)
commit0e175a6e762676fca6bfd656912bb862e29fbdd5 (patch)
tree89eb22cd68f4347817fc43ba8d5243949fa906e3 /Misc
parent6befb64172be3893d300f7b597148bdd5db254a1 (diff)
downloadcpython-0e175a6e762676fca6bfd656912bb862e29fbdd5.zip
cpython-0e175a6e762676fca6bfd656912bb862e29fbdd5.tar.gz
cpython-0e175a6e762676fca6bfd656912bb862e29fbdd5.tar.bz2
Issue #28532: Show sys.version when -V option is supplied twice
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
-rw-r--r--Misc/python.man3
2 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 435fd0a..7ba6b42 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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