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.

Author jneb
Recipients jayvdb, jneb, r.david.murray
Date 2018-03-13.14:52:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520952763.23.0.467229070634.issue24925@psf.upfronthosting.co.za>
In-reply-to
Content
I always use the following piece of code that can be trivially used to patch the source.
It basically looks for a using line in the test string and finds it in the source file. If there is a match, we know where we are. Otherwise it falls back to the "normal" way.
History
Date User Action Args
2018-03-13 14:52:43jnebsetrecipients: + jneb, r.david.murray, jayvdb
2018-03-13 14:52:43jnebsetmessageid: <1520952763.23.0.467229070634.issue24925@psf.upfronthosting.co.za>
2018-03-13 14:52:43jneblinkissue24925 messages
2018-03-13 14:52:43jnebcreate