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
ss='column1'>| | | | Purpose: Added note to H5Tget_class description that library returns H5T_STRING for both fixed-length and variable-length strings. Fixes Bugzilla #329. In H5Tget_member_class, added reference to list of valid class identifiers in H5Tget_class. Platforms tested: Firefox * [svn-r10683] Purpose:Frank Baker2005-04-271-2/+2 | | | | | | | Corrected return value of H5Tget_member_value. Fixed Bugzilla #309 Platforms tested: Firefox * [svn-r10632] Snapshot version 1.7 release 46HDF Admin2005-04-201-13/+95 | * [svn-r10573] Frank Baker2005-04-071-51/+53 | | | | | | | | | Purpose: Add h5tget_member_index_f and h5tget_member_class_f. Reformat links index at top of page to balance Fortran lists and cleanup the C listing. Platforms tested: Firefox * [svn-r10570] Purpose: MaintenanceElena Pourmal2005-04-0714-56/+0 | | | | | | | | | | | Description: Removed support for SRB driver Solution: Removed or modified appropriate files; ran reconfigure to regenerate Makefile.in and configure files. Platforms tested: heping and shanti Misc. update: ran bin/chkmanifest on heping * [svn-r10534] Purpose:James Laird2005-04-0414-0/+14 | | | | | | | | | | | | | | | | | | | | Configuration feature Description: Different Fortran compilers mangle function names in different ways (upper case, lower case, adding underscores). To link between Fortran and C functions, we need to know what a given function's name is under a given compiler. Solution: Use autoconf's FC_WRAPPERS check to determine the Fortran naming scheme and define the FC_FUNC_ macro to name our functions (in H5f90proto.h). Removed references to our old FNAME macro, as well as flags that indicated whether function names were upper or lower case. Platforms tested: mir, pommier, modi4, copper, more * [svn-r10517] Purpose:James Laird2005-03-3114-70/+196 | | | | | | | | | | | | | | | | Bug fix Description: On some machines, $RUNSERIAL variable needs to be used to run tests. Set $RUNTESTS (which is used for non-parallel tests) to be $RUNSERIAL in configure.am. Also, since I was updating all Makefiles.in anyway, I updated commence.am to point to autotools installs in AFS instead of those on heping. Platforms tested: mir, sleipnir, modi4, copper * [svn-r10511] James Laird2005-03-3014-14/+84 | | | | | | | | | | | | | Purpose: "Bug fix" Description: Hardcoded Makefiles to use /bin/sh instead of letting configure detect shell automatically. This is what v1.6 does, and avoids problems on janus. Platforms tested: sleipnir, copper, modi4, mir * [svn-r10475] Purpose:James Laird2005-03-2914-0/+28 | | | | | | | | | | | | | | | | | Feature - conditional compilation Description: SRB file driver and tests are now compiled only when SRB is enabled (using --with-srb during configure). Solution: Added an automake conditional in configure.in, altered Makefiles.am in src and test directories to depend on that conditional. This should make a nice example for posterity to add conditionally compiled sources. Platforms tested: heping (only configure change) * [svn-r10459] James Laird2005-03-28