Skip to content

Commit b03a50a

Browse files
committed
PEP 421: Retain as bullet points
1 parent fc3e467 commit b03a50a

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

peps/pep-0421.rst

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,9 @@ References
463463
.. [#ironpython] Feedback from the IronPython developers:
464464
https://mail.python.org/pipermail/ironpython-users/2012-May/015980.html
465465
466+
* (2009) Dino Viehland offers his opinion:
467+
https://mail.python.org/pipermail/python-dev/2009-October/092894.html
468+
466469
.. [#jeff_hardy_2012] (2012) Jeff Hardy offers his opinion:
467470
https://mail.python.org/pipermail/ironpython-users/2012-May/015981.html
468471
@@ -476,13 +479,23 @@ References
476479
https://mail.python.org/pipermail/pypy-dev/2012-May/009884.html
477480
478481
.. [#guess] The ``platform`` code which divines the implementation name:
479-
http://hg.python.org/cpython/file/2f563908ebc5/Lib/platform.py#l1247
482+
https://hg.python.org/cpython/file/2f563908ebc5/Lib/platform.py#l1247
483+
484+
* The original implementation of the cache tag in CPython:
485+
https://hg.python.org/cpython/file/2f563908ebc5/Python/import.c#l121
486+
487+
* Examples of implementation-specific handling in test.support:
488+
489+
* https://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l509
490+
* https://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l1246
491+
* https://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l1252
492+
* https://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l1275
480493

481494
.. [#os_name] The standard library entry for os.name:
482495
http://docs.python.org/3.3/library/os.html#os.name
483496
484497
.. [#javatest] The use of ``os.name`` as 'java' in the stdlib test suite.
485-
http://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l512
498+
https://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l512
486499
487500
.. [#Alyssa] Alyssa (Nick) Coghlan's proposal for ``sys.implementation.metadata``:
488501
https://mail.python.org/pipermail/python-ideas/2012-May/014984.html
@@ -492,9 +505,9 @@ References
492505
493506
.. _issue #14673: http://bugs.python.org/issue14673
494507

495-
.. _Lib/test/support.py: http://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py
508+
.. _Lib/test/support.py: https://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py
496509

497-
.. _Python/import.c: http://hg.python.org/cpython/file/2f563908ebc5/Python/import.c
510+
.. _Python/import.c: https://hg.python.org/cpython/file/2f563908ebc5/Python/import.c
498511

499512

500513
Copyright

0 commit comments

Comments
 (0)