A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2010-April/099222.html below:

[Python-Dev] Traceback object has no __class__?

[Python-Dev] Traceback object has no __class__? [Python-Dev] Traceback object has no __class__?Terry Reedy tjreedy at udel.edu
Mon Apr 12 19:13:05 CEST 2010
On 4/11/2010 6:43 AM, Greg Ewing wrote:
> import sys
>
> try:
>    raise ValueError
> except ValueError:
>    tb = sys.exc_info()[2]
>    print tb
>    print tb.__class__

# 3.1.2
<traceback object at 0x00EFDC10>
<class 'traceback'>

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4