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
22ccb0b4
Kaydet (Commit)
22ccb0b4
authored
May 26, 2019
tarafından
Anthony Sottile
Kaydeden (comit)
Jason R. Coombs
May 26, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix highlighting in importlib.metadata docs (GH-13575)
üst
180dc1b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
importlib.metadata.rst
Doc/library/importlib.metadata.rst
+4
-4
susp-ignored.csv
Doc/tools/susp-ignored.csv
+0
-1
No files found.
Doc/library/importlib.metadata.rst
Dosyayı görüntüle @
22ccb0b4
...
...
@@ -32,17 +32,17 @@ Overview
Let
's say you wanted to get the version string for a package you'
ve
installed
using
``
pip
``.
We
start
by
creating
a
virtual
environment
and
installing
something
into
it
:
:
something
into
it
:
..
highlight
::
none
..
code
-
block
::
shell
-
session
$
python3
-
m
venv
example
$
source
example
/
bin
/
activate
(
example
)
$
pip
install
wheel
You
can
get
the
version
string
for
``
wheel
``
by
running
the
following
:
:
You
can
get
the
version
string
for
``
wheel
``
by
running
the
following
:
..
highlight
::
none
..
code
-
block
::
pycon
(
example
)
$
python
>>>
from
importlib
.
metadata
import
version
#
doctest
:
+
SKIP
...
...
Doc/tools/susp-ignored.csv
Dosyayı görüntüle @
22ccb0b4
...
...
@@ -350,6 +350,5 @@ whatsnew/3.7,,::,error::BytesWarning
whatsnew/changelog,,::,error::BytesWarning
whatsnew/changelog,,::,default::BytesWarning
whatsnew/changelog,,::,default::DeprecationWarning
library/importlib.metadata,,.. highlight:,.. highlight:: none
library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')"
library/importlib.metadata,,`,of directories ``path`` (defaults to sys.path).
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