Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 421: Fix Sphinx reference warnings #4150

Merged
merged 2 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions peps/pep-0421.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
PEP: 421
Title: Adding sys.implementation
Version: $Revision$
Last-Modified: $Date$
Author: Eric Snow <[email protected]>
BDFL-Delegate: Barry Warsaw
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 26-Apr-2012
Python-Version: 3.3
Post-History: 26-Apr-2012
Expand Down Expand Up @@ -466,15 +463,9 @@ References
.. [#ironpython] Feedback from the IronPython developers:
https://mail.python.org/pipermail/ironpython-users/2012-May/015980.html

.. [#dino_viehland_2009] (2009) Dino Viehland offers his opinion:
https://mail.python.org/pipermail/python-dev/2009-October/092894.html

.. [#jeff_hardy_2012] (2012) Jeff Hardy offers his opinion:
https://mail.python.org/pipermail/ironpython-users/2012-May/015981.html

.. [#jython] Feedback from the Jython developers:
???

.. [#frank_wierzbicki_2009] (2009) Frank Wierzbicki offers his opinion:
https://mail.python.org/pipermail/python-dev/2009-October/092974.html

Expand All @@ -487,15 +478,6 @@ References
.. [#guess] The ``platform`` code which divines the implementation name:
http://hg.python.org/cpython/file/2f563908ebc5/Lib/platform.py#l1247

.. [#tag_impl] The original implementation of the cache tag in CPython:
http://hg.python.org/cpython/file/2f563908ebc5/Python/import.c#l121

.. [#tests] Examples of implementation-specific handling in test.support:
* http://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l509
* http://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l1246
* http://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l1252
* http://hg.python.org/cpython/file/2f563908ebc5/Lib/test/support.py#l1275

.. [#os_name] The standard library entry for os.name:
http://docs.python.org/3.3/library/os.html#os.name

Expand All @@ -519,14 +501,3 @@ Copyright
=========

This document has been placed in the public domain.



..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End:
Loading