Skip to content

Commit cdc1a44

Browse files
authored
PEP 467: Fix footnotes (#2752)
* PEP 467: Convert orphaned references to bullets * PEP 467: Update link redirects
1 parent 0d7637f commit cdc1a44

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

pep-0467.txt

+7-13
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Python 2 ``str``) was as simple as::
128128

129129
>>> str(123)
130130
'123'
131-
131+
132132
With Python 3 that became the more verbose::
133133

134134
>>> b'%d' % 123
@@ -236,18 +236,12 @@ of this PEP.
236236
References
237237
==========
238238

239-
.. [1] Initial March 2014 discussion thread on python-ideas
240-
(https://mail.python.org/pipermail/python-ideas/2014-March/027295.html)
241-
.. [2] Guido's initial feedback in that thread
242-
(https://mail.python.org/pipermail/python-ideas/2014-March/027376.html)
243-
.. [3] Issue proposing moving zero-initialised sequences to a dedicated API
244-
(http://bugs.python.org/issue20895)
245-
.. [4] Issue proposing to use calloc() for zero-initialised binary sequences
246-
(http://bugs.python.org/issue21644)
247-
.. [5] August 2014 discussion thread on python-dev
248-
(https://mail.python.org/pipermail/python-ideas/2014-March/027295.html)
249-
.. [6] June 2016 discussion thread on python-dev
250-
(https://mail.python.org/pipermail/python-dev/2016-June/144875.html)
239+
* `Initial March 2014 discussion thread on python-ideas <https://mail.python.org/pipermail/python-ideas/2014-March/027295.html>`_
240+
* `Guido's initial feedback in that thread <https://mail.python.org/pipermail/python-ideas/2014-March/027376.html>`_
241+
* `Issue proposing moving zero-initialised sequences to a dedicated API <https://github.com/python/cpython/issues/65094>`_
242+
* `Issue proposing to use calloc() for zero-initialised binary sequences <https://github.com/python/cpython/issues/65843>`_
243+
* `August 2014 discussion thread on python-dev <https://mail.python.org/pipermail/python-ideas/2014-March/027295.html>`_
244+
* `June 2016 discussion thread on python-dev <https://mail.python.org/pipermail/python-dev/2016-June/144875.html>`_
251245

252246

253247
Copyright

0 commit comments

Comments
 (0)