commit | 21a3ff9d5d9d8cad0bc52cb603df93d38e139840 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Dec 17 15:11:41 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Dec 17 15:11:41 1993 +0000 |
tree | 533c4f8e2a23ecaa6099c868035b1463881ff1a7 | |
parent | 96b608cf6ddb4c7b670c15a365ed8b14accd5d37 [diff] |
Uniformly replaced init() functions by __init__() constructors. A few simple things seem to work, I haven't tested it thouroughly though...