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 alex
Recipients alex, amaury.forgeotdarc, belopolsky, cgohlke, eryksun, meador.inge, pitrou, python-dev, steve.dower, tim.golden, zach.ware
Date 2017-03-10.14:29:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489156141.55.0.78390604458.issue23606@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, this got me (happy to explain what I was trying to do in more detail, if it'd be helpful), took me longer to understand why my tests passed on {26,27,33,34} but failed on 35 since the public "what's changed" docs page is where I went to.

Ultimately I discovered the root cause when I started reading the find_library() source code, and found this issue :-)
History
Date User Action Args
2017-03-10 14:29:01alexsetrecipients: + alex, amaury.forgeotdarc, belopolsky, pitrou, tim.golden, cgohlke, meador.inge, python-dev, zach.ware, eryksun, steve.dower
2017-03-10 14:29:01alexsetmessageid: <1489156141.55.0.78390604458.issue23606@psf.upfronthosting.co.za>
2017-03-10 14:29:01alexlinkissue23606 messages
2017-03-10 14:29:01alexcreate