diff --git a/peps/pep-3141.rst b/peps/pep-3141.rst index f68516ef488..d3718d955cd 100644 --- a/peps/pep-3141.rst +++ b/peps/pep-3141.rst @@ -1,11 +1,8 @@ PEP: 3141 Title: A Type Hierarchy for Numbers -Version: $Revision$ -Last-Modified: $Date$ Author: Jeffrey Yasskin Status: Final Type: Standards Track -Content-Type: text/x-rst Created: 23-Apr-2007 Python-Version: 3.0 Post-History: 25-Apr-2007, 16-May-2007, 02-Aug-2007 @@ -519,8 +516,8 @@ tower. References ========== -.. [#classtree] Possible Python 3K Class Tree?, wiki page by Bill Janssen - (http://wiki.python.org/moin/AbstractBaseClasses) +* Possible Python 3K Class Tree?, wiki page by Bill Janssen + (https://wiki.python.org/moin/AbstractBaseClasses) .. [#numericprelude] NumericPrelude: An experimental alternative hierarchy of numeric type classes @@ -544,14 +541,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: