Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60bcc54

Browse files
committed
Put those "seealso"s together
1 parent 034c753 commit 60bcc54

3 files changed

Lines changed: 5 additions & 12 deletions

File tree

Doc/library/glob.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ matched. This is done by using the :func:`os.listdir` and
1515
subshell. (For tilde and shell variable expansion, use
1616
:func:`os.path.expanduser` and :func:`os.path.expandvars`.)
1717

18-
.. seealso::
19-
20-
Latest version of the :source:`glob module Python source code <Lib/glob.py>`
2118

2219
.. function:: glob(pathname)
2320

@@ -53,3 +50,5 @@ preserved. ::
5350
Module :mod:`fnmatch`
5451
Shell-style filename (not path) expansion
5552

53+
Latest version of the :source:`glob module Python source code <Lib/glob.py>`
54+

Doc/library/quopri.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ few nonprintable characters; the base64 encoding scheme available via the
1717
:mod:`base64` module is more compact if there are many such characters, as when
1818
sending a graphics file.
1919

20-
.. seealso::
21-
22-
Latest version of the :source:`quopri module Python source code
23-
<Lib/quopri.py>`
24-
2520
.. function:: decode(input, output, header=False)
2621

2722
Decode the contents of the *input* file and write the resulting decoded binary
@@ -63,3 +58,5 @@ sending a graphics file.
6358
Module :mod:`base64`
6459
Encode and decode MIME base64 data
6560

61+
Latest version of the :source:`quopri module Python source code
62+
<Lib/quopri.py>`

Doc/library/uu.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ that, when required, the mode is ``'rb'`` or ``'wb'`` on Windows.
2121

2222
This code was contributed by Lance Ellinghouse, and modified by Jack Jansen.
2323

24-
.. seealso::
25-
26-
Latest version of the :source:`uu module Python source code <Lib/uu.py>`
27-
2824
The :mod:`uu` module defines the following functions:
2925

3026

@@ -61,3 +57,4 @@ The :mod:`uu` module defines the following functions:
6157
Module :mod:`binascii`
6258
Support module containing ASCII-to-binary and binary-to-ASCII conversions.
6359

60+
Latest version of the :source:`uu module Python source code <Lib/uu.py>`

0 commit comments

Comments
 (0)