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.

classification
Title: Fix test_exceptions.py
Type: Stage:
Components: Tests Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: collinwinter, georg.brandl, gvanrossum
Priority: normal Keywords: patch

Created on 2006-05-27 20:10 by collinwinter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py3k-test_exceptions.diff collinwinter, 2006-05-27 20:10 Fix Lib/test/test_exceptions.py, against r46491
Messages (2)
msg50367 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2006-05-27 20:10
The attached patch fixes a bug in
Lib/test/test_exceptions.py related to the
disappearance of apply() in Python 3000.

The patch is against r46491.
msg50368 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-06-01 13:01
Logged In: YES 
user_id=849994

Removed in rev. 46588 in 2.5 branch.
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43422
2008-01-06 22:29:46adminsetkeywords: - py3k
versions: + Python 3.0
2006-05-27 20:10:25collinwintercreate