__findattr__ is rejected -- the idea is too uncooked and you actually
*can* do most of this with __getattr__.
This commit is contained in:
parent
aaef244947
commit
a9af2cc689
|
@ -39,7 +39,6 @@ Index by Category
|
||||||
I 226 pep-0226.txt Python 2.1 Release Schedule Hylton
|
I 226 pep-0226.txt Python 2.1 Release Schedule Hylton
|
||||||
S 227 pep-0227.txt Statically Nested Scopes Hylton
|
S 227 pep-0227.txt Statically Nested Scopes Hylton
|
||||||
S 230 pep-0230.txt Warning Framework van Rossum
|
S 230 pep-0230.txt Warning Framework van Rossum
|
||||||
S 231 pep-0231.txt __findattr__() Warsaw
|
|
||||||
|
|
||||||
Pie-in-the-sky PEPs (not ready; may become active yet)
|
Pie-in-the-sky PEPs (not ready; may become active yet)
|
||||||
|
|
||||||
|
@ -79,6 +78,7 @@ Index by Category
|
||||||
Rejected PEPs
|
Rejected PEPs
|
||||||
|
|
||||||
SR 204 pep-0204.txt Range Literals Wouters
|
SR 204 pep-0204.txt Range Literals Wouters
|
||||||
|
SR 231 pep-0231.txt __findattr__() Warsaw
|
||||||
|
|
||||||
|
|
||||||
Numerical Index
|
Numerical Index
|
||||||
|
@ -126,7 +126,7 @@ Numerical Index
|
||||||
S 228 pep-0228.txt Reworking Python's Numeric Model Zadka
|
S 228 pep-0228.txt Reworking Python's Numeric Model Zadka
|
||||||
S 229 pep-0229.txt Using Distutils to Build Python Kuchling
|
S 229 pep-0229.txt Using Distutils to Build Python Kuchling
|
||||||
S 230 pep-0230.txt Warning Framework van Rossum
|
S 230 pep-0230.txt Warning Framework van Rossum
|
||||||
S 231 pep-0231.txt __findattr__() Warsaw
|
SR 231 pep-0231.txt __findattr__() Warsaw
|
||||||
|
|
||||||
Key
|
Key
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue