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
a81b481e
Commit
a81b481e
authored
Aug 11, 2012
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markup errors and update pydoc topics.
parent
80dd1af4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
9 deletions
+27
-9
Doc/reference/import.rst
Doc/reference/import.rst
+1
-1
Doc/tools/sphinxext/susp-ignored.csv
Doc/tools/sphinxext/susp-ignored.csv
+18
-0
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.3.rst
+1
-1
Lib/pydoc_data/topics.py
Lib/pydoc_data/topics.py
+7
-7
No files found.
Doc/reference/import.rst
View file @
a81b481e
...
...
@@ -358,7 +358,7 @@ Loaders must satisfy the following requirements:
iterable
,
but
may
be
empty
if
``
__path__
``
has
no
further
significance
to
the
importer
.
If
``
__path__
``
is
not
empty
,
it
must
produce
strings
when
iterated
over
.
More
details
on
the
semantics
of
``
__path__
``
are
given
:
ref
`
below
<
package
-
path
-
rules
>`.
given
:
ref
:
`
below
<
package
-
path
-
rules
>`.
*
The
``
__loader__
``
attribute
must
be
set
to
the
loader
object
that
loaded
the
module
.
This
is
mostly
for
introspection
and
reloading
,
but
can
be
...
...
Doc/tools/sphinxext/susp-ignored.csv
View file @
a81b481e
...
...
@@ -64,6 +64,10 @@ howto/ipaddress,,:ffff,IPv6Address('::ffff:ffff')
howto/ipaddress,,::,IPv6Address('2001::1')
howto/ipaddress,,::,IPv6Address('2001::ffff:ffff')
howto/ipaddress,,:ffff,IPv6Address('2001::ffff:ffff')
howto/ipaddress,,:db8,'2001:db8::'
howto/ipaddress,,::,'2001:db8::'
howto/ipaddress,,:db8,'2001:db8::/96'
howto/ipaddress,,::,'2001:db8::/96'
howto/logging,,:And,"WARNING:And this, too"
howto/logging,,:And,"WARNING:root:And this, too"
howto/logging,,:Doing,INFO:root:Doing something
...
...
@@ -151,6 +155,20 @@ library/ipaddress,,:ffff,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
library/ipaddress,,::,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
library/ipaddress,,:db8,">>> ipaddress.IPv6Network('2001:db8::1000/96', strict=False)"
library/ipaddress,,::,">>> ipaddress.IPv6Network('2001:db8::1000/96', strict=False)"
library/ipaddress,,::,"""::abc:7:def"""
library/ipaddress,,:def,"""::abc:7:def"""
library/ipaddress,,::,::FFFF/96
library/ipaddress,,::,2002::/16
library/ipaddress,,::,2001::/32
library/ipaddress,,::,>>> str(ipaddress.IPv6Address('::1'))
library/ipaddress,,::,'::1'
library/ipaddress,,::,>>> int(ipaddress.IPv6Address('::1'))
library/ipaddress,,:ff00,ffff:ff00::
library/ipaddress,,:db00,2001:db00::0/24
library/ipaddress,,::,2001:db00::0/24
library/ipaddress,,:db00,2001:db00::0/ffff:ff00::
library/ipaddress,,::,2001:db00::0/ffff:ff00::
library/ipaddress,,:ff00,2001:db00::0/ffff:ff00::
library/itertools,,:step,elements from seq[start:stop:step]
library/itertools,,:stop,elements from seq[start:stop:step]
library/linecache,,:sys,"sys:x:3:3:sys:/dev:/bin/sh"
...
...
Doc/whatsnew/3.3.rst
View file @
a81b481e
...
...
@@ -1135,7 +1135,7 @@ gc
--
It
is
now
possible
to
register
callbacks
invoked
by
the
garbage
collector
before
and
after
collection
using
the
new
:
`
data
:`~
gc
.
callbacks
`
list
.
before
and
after
collection
using
the
new
:
data
:`~
gc
.
callbacks
`
list
.
hmac
...
...
Lib/pydoc_data/topics.py
View file @
a81b481e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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