Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
22ccb0b4
Commit
22ccb0b4
authored
May 26, 2019
by
Anthony Sottile
Committed by
Jason R. Coombs
May 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix highlighting in importlib.metadata docs (GH-13575)
parent
180dc1b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
Doc/library/importlib.metadata.rst
Doc/library/importlib.metadata.rst
+4
-4
Doc/tools/susp-ignored.csv
Doc/tools/susp-ignored.csv
+0
-1
No files found.
Doc/library/importlib.metadata.rst
View file @
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
View file @
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