Re: Python Distilled
- From: Marc 'BlackJack' Rintsch <bj_666@xxxxxxx>
- Date: Mon, 06 Nov 2006 11:11:41 +0100
In <1162790565.418382.237050@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, Simon Wittber
wrote:
I'd also like to remove any deprecated or stuff which is left in for
backwards functionality (eg Classic classes).
Classic classes are still needed for exceptions:
.... passclass E(object):
....
Traceback (most recent call last):raise E
File "<stdin>", line 1, in <module>
TypeError: exceptions must be classes, instances, or strings (deprecated),
not type
Ciao,
Marc 'BlackJack' Rintsch
.
- Follow-Ups:
- Re: Python Distilled
- From: Paul McGuire
- Re: Python Distilled
- From: Jorge Godoy
- Re: Python Distilled
- From: Georg Brandl
- Re: Python Distilled
- References:
- Python Distilled
- From: Simon Wittber
- Python Distilled
- Prev by Date: Problem with XML-RPC not mounted in /
- Next by Date: Re: Creating db front end or middleware.
- Previous by thread: Python Distilled
- Next by thread: Re: Python Distilled
- Index(es):
Relevant Pages
|