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
60bcc54d
Commit
60bcc54d
authored
Jan 07, 2011
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put those "seealso"s together
parent
034c7537
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
12 deletions
+5
-12
Doc/library/glob.rst
Doc/library/glob.rst
+2
-3
Doc/library/quopri.rst
Doc/library/quopri.rst
+2
-5
Doc/library/uu.rst
Doc/library/uu.rst
+1
-4
No files found.
Doc/library/glob.rst
View file @
60bcc54d
...
...
@@ -15,9 +15,6 @@ matched. This is done by using the :func:`os.listdir` and
subshell. (For tilde and shell variable expansion, use
:func:`os.path.expanduser` and :func:`os.path.expandvars`.)
.. seealso::
Latest version of the :source:`glob module Python source code <Lib/glob.py>`
.. function:: glob(pathname)
...
...
@@ -53,3 +50,5 @@ preserved. ::
Module :mod:`fnmatch`
Shell-style filename (not path) expansion
Latest version of the :source:`glob module Python source code <Lib/glob.py>`
Doc/library/quopri.rst
View file @
60bcc54d
...
...
@@ -17,11 +17,6 @@ few nonprintable characters; the base64 encoding scheme available via the
:mod:`base64` module is more compact if there are many such characters, as when
sending a graphics file.
.. seealso::
Latest version of the :source:`quopri module Python source code
<Lib/quopri.py>`
.. function:: decode(input, output, header=False)
Decode the contents of the *input* file and write the resulting decoded binary
...
...
@@ -63,3 +58,5 @@ sending a graphics file.
Module :mod:`base64`
Encode and decode MIME base64 data
Latest version of the :source:`quopri module Python source code
<Lib/quopri.py>`
Doc/library/uu.rst
View file @
60bcc54d
...
...
@@ -21,10 +21,6 @@ that, when required, the mode is ``'rb'`` or ``'wb'`` on Windows.
This code was contributed by Lance Ellinghouse, and modified by Jack Jansen.
.. seealso::
Latest version of the :source:`uu module Python source code <Lib/uu.py>`
The :mod:`uu` module defines the following functions:
...
...
@@ -61,3 +57,4 @@ The :mod:`uu` module defines the following functions:
Module :mod:`binascii`
Support module containing ASCII-to-binary and binary-to-ASCII conversions.
Latest version of the :source:`uu module Python source code <Lib/uu.py>`
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