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 redstone-cold
Recipients ezio.melotti, mrabarnett, redstone-cold
Date 2016-12-26.12:41:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482756115.08.0.598245159081.issue29074@psf.upfronthosting.co.za>
In-reply-to
Content
I tested with Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:01:18) [MSC v.1900 32 bit (Intel)] on win32

re.search(r'http://v.pptv.com/show/.*?\.html.+', 'http://v.pptv.com/show/2bwkox9SS4nsatI.html?rcc_src=P5') 
does give a match, but it show the result 
<_sre.SRE_Match object; span=(0, 54), match='http://v.pptv.com/show/2bwkox9SS4nsatI.html?rcc_s>
missing rc=P5' in IDLE

BTW, py2.7 works fine
History
Date User Action Args
2016-12-26 12:41:55redstone-coldsetrecipients: + redstone-cold, ezio.melotti, mrabarnett
2016-12-26 12:41:55redstone-coldsetmessageid: <1482756115.08.0.598245159081.issue29074@psf.upfronthosting.co.za>
2016-12-26 12:41:54redstone-coldlinkissue29074 messages
2016-12-26 12:41:54redstone-coldcreate