Size: 202
Comment:
|
Size: 260
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
* Calling dir() on a traceback instance produces an empty list; in 2.x, it worked correctly. | * Calling dir() on a traceback instance produces an empty list; in 2.x, it worked correctly. A patch is up for review at http://python.org/sf/1772489. |
Known regressions from Python 2.x to the py3k branch that aren't currently covered by the test suite:
Calling dir() on a traceback instance produces an empty list; in 2.x, it worked correctly. A patch is up for review at http://python.org/sf/1772489.