Message 113308 - Python tracker (original) (raw)

Message113308

Author pitrou
Recipients Arfrever, amaury.forgeotdarc, eric.araujo, ezio.melotti, pitrou, vstinner
Date 2010-08-08.20:13:06
SpamBayes Score 2.539055e-05
Marked as misclassified No
Message-id 1281298388.71.0.868368146845.issue9425@psf.upfronthosting.co.za
In-reply-to
Content
It looks like you are a fixing a bug in setup_context() at the same time as you introduce PyErr_WarnFormat(). Both changes should probably go in separately. The PyErr_WarnFormat() doc needs a "versionadded" tag.
History
Date User Action Args
2010-08-08 20:13:08 pitrou set recipients: + pitrou, amaury.forgeotdarc, vstinner, ezio.melotti, eric.araujo, Arfrever
2010-08-08 20:13:08 pitrou set messageid: 1281298388.71.0.868368146845.issue9425@psf.upfronthosting.co.za
2010-08-08 20:13:06 pitrou link issue9425 messages
2010-08-08 20:13:06 pitrou create