This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author collinwinter
Recipients
Date 2007-08-12.02:25:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The current status of the py3k branch is that calling dir() on a traceback object does not produce the expected results: a 4-element list of the tb_* attributes. The attached patch restores this behaviour and adds a regression test to test_builtins.
History
Date User Action Args
2007-08-23 14:59:10adminlinkissue1772489 messages
2007-08-23 14:59:10admincreate