Issue1504349

classification
Title: Fixes for Warning in 2.3 branch
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, fwierzbicki, tibu
Priority: normal Keywords: patch

Created on 2006-06-11.14:24:36 by tibu, last changed 2006-08-21.03:58:20 by cgroves.

Files
File name Uploaded Description Edit Remove
test_warnings.patch tibu, 2006-06-12.06:25:44 Warnings patch
Messages
msg2496 (view) Author: Carlos Quiroz (tibu) Date: 2006-06-11.14:24:36
This is a simple patch to add the missing warnings to
the 2.3 branch. That includes PendingDeprecationWarning
and FutureWarning.

With this changes test_wanrnings.py can be passed using
the test from CPython 2.3

msg2497 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2006-06-12.01:58:03
Logged In: YES 
user_id=193969

Hey Carlos, I don't think the patch upload made it.
msg2498 (view) Author: Carlos Quiroz (tibu) Date: 2006-06-12.06:25:44
Logged In: YES 
user_id=64333

Reupload of the patch, the patch is written relative to the
org/python/core dir
msg2499 (view) Author: Charlie Groves (cgroves) Date: 2006-08-21.03:58:20
Logged In: YES 
user_id=1174327

Looks like this was applied in r2845.
History
Date User Action Args
2006-06-11 14:24:36tibucreate