Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
f5763431
Kaydet (Commit)
f5763431
authored
Kas 24, 2016
tarafından
INADA Naoki
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #28532: Add what's new entry for python -VV option
üst
2a943019
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
cmdline.rst
Doc/using/cmdline.rst
+2
-0
3.6.rst
Doc/whatsnew/3.6.rst
+12
-0
No files found.
Doc/using/cmdline.rst
Dosyayı görüntüle @
f5763431
...
...
@@ -187,6 +187,8 @@ Generic options
Python
3.6.0
b2
+
(
3.6
:
84
a3c5003510
+,
Oct
26
2016
,
02
:
33
:
55
)
[
GCC
6.2.0
20161005
]
..
versionadded
::
3.6
The
``-
VV
``
option
.
..
_using
-
on
-
misc
-
options
:
...
...
Doc/whatsnew/3.6.rst
Dosyayı görüntüle @
f5763431
...
...
@@ -1832,6 +1832,18 @@ Build and C API Changes
functions will now accept :term:`path-like objects <path-like object>`.
Other Improvements
==================
* When :option:`--version` (short form: :option:`-V`) is supplied twice,
Python prints :data:`sys.version` for detailed information.
.. code-block:: shell-session
$ ./python -VV
Python 3.6.0b4+ (3.6:223967b49e49+, Nov 21 2016, 20:55:04)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)]
Deprecated
==========
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment