@@ -463,6 +463,9 @@ References
463
463
.. [#ironpython ] Feedback from the IronPython developers:
464
464
https://mail.python.org/pipermail/ironpython-users/2012-May/015980.html
465
465
466
+ * (2009) Dino Viehland offers his opinion:
467
+ https://mail.python.org/pipermail/python-dev/2009-October/092894.html
468
+
466
469
.. [#jeff_hardy_2012 ] (2012) Jeff Hardy offers his opinion:
467
470
https://mail.python.org/pipermail/ironpython-users/2012-May/015981.html
468
471
@@ -476,13 +479,23 @@ References
476
479
https://mail.python.org/pipermail/pypy-dev/2012-May/009884.html
477
480
478
481
.. [#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
480
493
481
494
.. [#os_name ] The standard library entry for os.name:
482
495
http://docs.python.org/3.3/library/os.html#os.name
483
496
484
497
.. [#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
486
499
487
500
.. [#Alyssa ] Alyssa (Nick) Coghlan's proposal for ``sys.implementation.metadata ``:
488
501
https://mail.python.org/pipermail/python-ideas/2012-May/014984.html
@@ -492,9 +505,9 @@ References
492
505
493
506
.. _issue #14673 : http://bugs.python.org/issue14673
494
507
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
496
509
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
498
511
499
512
500
513
Copyright
0 commit comments