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: PyErr_WarnPy3k
Type: enhancement Stage:
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: benjamin.peterson Nosy List: benjamin.peterson, christian.heimes, gvanrossum
Priority: normal Keywords: patch

Created on 2008-04-22 22:07 by benjamin.peterson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py3kwarn_c.patch benjamin.peterson, 2008-04-22 22:07
Messages (3)
msg65687 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-22 22:07
Attaching a patch that adds a PyErr_WarnPy3k function.
msg65866 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2008-04-27 01:58
Looks good. Go ahead. Make sure to block the CL (and any follow-up CLs
that use this) from integration into 3.0.
msg65869 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-04-27 02:31
Committed in r62517.
History
Date User Action Args
2022-04-11 14:56:33adminsetgithub: 46923
2008-04-27 02:31:48benjamin.petersonsetstatus: open -> closed
messages: + msg65869
2008-04-27 01:58:26gvanrossumsetassignee: benjamin.peterson
resolution: accepted
messages: + msg65866
nosy: + gvanrossum
2008-04-22 22:07:18benjamin.petersoncreate