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 (3)
Priority: normal Keywords patch

Created on 2006-05-27 20:10 by collinwinter, last changed 2008-01-06 22:29 by admin.

Files
File name Uploaded Description Edit Remove
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) 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) 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
2008-01-06 22:29:46adminsetkeywords: - py3k
versions: + Python 3.0
2006-05-27 20:10:25collinwintercreate