Message268899
Isn't the trucation of long patterns too rough? Currently, repr(re.compile("a" * 1000)) returns something like "re.compile('aaaaaaaaaaaaa)", i.e. no ending quote and no indication that something was truncated (besides the missing quote). It looked like a bug to me at first sight. |
|
Date |
User |
Action |
Args |
2016-06-20 13:10:08 | Drekin | set | recipients:
+ Drekin, rhettinger, terry.reedy, pitrou, ezio.melotti, mrabarnett, alex, chris.jerdonek, python-dev, eric.snow, dwt, serhiy.storchaka, hltbra |
2016-06-20 13:10:08 | Drekin | set | messageid: <1466428208.4.0.213905758045.issue13592@psf.upfronthosting.co.za> |
2016-06-20 13:10:08 | Drekin | link | issue13592 messages |
2016-06-20 13:10:07 | Drekin | create | |
|