raise None
Johannes Bauer
dfnsonfsduifb at gmx.de
Sat Jan 2 06:47:45 EST 2016
More information about the Python-list mailing list
Sat Jan 2 06:47:45 EST 2016
- Previous message (by thread): Need help on a project To :"Create a class called BankAccount with the following parameters "
- Next message (by thread): raise None
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 31.12.2015 21:18, Ben Finney wrote: > As best I can tell, Steven is advocating a way to obscure information > from the traceback, on the assumption the writer of a library knows that > I don't want to see it. How do you arrive at that conclusion? The line that raises the exception is exactly the line that you would expect the exception to be raised. I.e., the one containing the "raise" statement. What you seem to advocate against is a feature that is ALREADY part of the language, i.e. raising exceptions by reference to a variable, not constructing them on-the-go. Your argumentation makes therefore no sense in this context. Cheers, Johannes -- >> Wo hattest Du das Beben nochmal GENAU vorhergesagt? > Zumindest nicht öffentlich! Ah, der neueste und bis heute genialste Streich unsere großen Kosmologen: Die Geheim-Vorhersage. - Karl Kaos über Rüdiger Thomas in dsa <hidbv3$om2$1 at speranza.aioe.org>
- Previous message (by thread): Need help on a project To :"Create a class called BankAccount with the following parameters "
- Next message (by thread): raise None
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list