Skip to content
Merged
Changes from all commits
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
18 changes: 2 additions & 16 deletions peps/pep-3141.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
PEP: 3141
Title: A Type Hierarchy for Numbers
Version: $Revision$
Last-Modified: $Date$
Author: Jeffrey Yasskin <jyasskin@google.com>
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
Expand Down Expand Up @@ -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
Expand All @@ -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: