11PEP: 421
22Title: Adding sys.implementation
3- Version: $Revision$
4- Last-Modified: $Date$
53Author: Eric Snow <ericsnowcurrently@gmail.com>
64BDFL-Delegate: Barry Warsaw
75Status: Final
86Type: Standards Track
9- Content-Type: text/x-rst
107Created: 26-Apr-2012
118Python-Version: 3.3
129Post-History: 26-Apr-2012
@@ -466,15 +463,9 @@ References
466463 .. [#ironpython ] Feedback from the IronPython developers:
467464 https://mail.python.org/pipermail/ironpython-users/2012-May/015980.html
468465
469- .. [#dino_viehland_2009 ] (2009) Dino Viehland offers his opinion:
470- https://mail.python.org/pipermail/python-dev/2009-October/092894.html
471-
472466 .. [#jeff_hardy_2012 ] (2012) Jeff Hardy offers his opinion:
473467 https://mail.python.org/pipermail/ironpython-users/2012-May/015981.html
474468
475- .. [#jython ] Feedback from the Jython developers:
476- ???
477-
478469 .. [#frank_wierzbicki_2009 ] (2009) Frank Wierzbicki offers his opinion:
479470 https://mail.python.org/pipermail/python-dev/2009-October/092974.html
480471
@@ -487,15 +478,6 @@ References
487478 .. [#guess ] The ``platform `` code which divines the implementation name:
488479 http://hg.python.org/cpython/file/2f563908ebc5/Lib/platform.py#l1247
489480
490- .. [#tag_impl ] The original implementation of the cache tag in CPython:
491- http://hg.python.org/cpython/file/2f563908ebc5/Python/import.c#l121
492-
493- .. [#tests ] Examples of implementation-specific handling in test.support:
494- * http://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l509
495- * http://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l1246
496- * http://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l1252
497- * http://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l1275
498-
499481 .. [#os_name ] The standard library entry for os.name:
500482 http://docs.python.org/3.3/library/os.html#os.name
501483
@@ -519,14 +501,3 @@ Copyright
519501=========
520502
521503This document has been placed in the public domain.
522-
523-
524-
525- ..
526- Local Variables:
527- mode: indented-text
528- indent-tabs-mode: nil
529- sentence-end-double-space: t
530- fill-column: 70
531- coding: utf-8
532- End:
0 commit comments