Adam Bartoš added the comment:

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.

----------
nosy: +Drekin

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13592>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to