File tree 1 file changed +2
-16
lines changed
1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 1
1
PEP: 3141
2
2
Title: A Type Hierarchy for Numbers
3
- Version: $Revision$
4
- Last-Modified: $Date$
5
3
Author: Jeffrey Yasskin <jyasskin@google.com>
6
4
Status: Final
7
5
Type: Standards Track
8
- Content-Type: text/x-rst
9
6
Created: 23-Apr-2007
10
7
Python-Version: 3.0
11
8
Post-History: 25-Apr-2007, 16-May-2007, 02-Aug-2007
@@ -519,8 +516,8 @@ tower.
519
516
References
520
517
==========
521
518
522
- .. [ #classtree ] Possible Python 3K Class Tree?, wiki page by Bill Janssen
523
- (http ://wiki.python.org/moin/AbstractBaseClasses)
519
+ * Possible Python 3K Class Tree?, wiki page by Bill Janssen
520
+ (https ://wiki.python.org/moin/AbstractBaseClasses)
524
521
525
522
.. [#numericprelude ] NumericPrelude: An experimental alternative hierarchy
526
523
of numeric type classes
@@ -544,14 +541,3 @@ Copyright
544
541
=========
545
542
546
543
This document has been placed in the public domain.
547
-
548
-
549
-
550
- ..
551
- Local Variables:
552
- mode: indented-text
553
- indent-tabs-mode: nil
554
- sentence-end-double-space: t
555
- fill-column: 70
556
- coding: utf-8
557
- End:
You can’t perform that action at this time.
0 commit comments