[issue6156] Error compiling valid regex

2009-06-01 Thread Mykola Kharechko
Mykola Kharechko added the comment: tests for this issue. -- keywords: +patch nosy: +crchemist Added file: http://bugs.python.org/file14141/test_re.py.patch ___ Python tracker <http://bugs.python.org/issue6

[issue6156] Error compiling valid regex

2009-06-01 Thread Mykola Kharechko
Mykola Kharechko added the comment: patch that fix this -- Added file: http://bugs.python.org/file14142/sre_compile.py.patch ___ Python tracker <http://bugs.python.org/issue6

[issue6161] httplib: HTTPResponse not storing response body

2009-06-01 Thread Mykola Kharechko
Mykola Kharechko added the comment: HTTPResponse can't store body because it can be huge (some film or something else). -- nosy: +crchemist ___ Python tracker <http://bugs.python.org/i

[issue6156] Error compiling valid regex

2009-06-01 Thread Mykola Kharechko
Mykola Kharechko added the comment: > are you sure there are no valid errors that can be caught there? Sorry, No. See http://svn.python.org/view/python/trunk/Lib/sre_compile.py?r1=17949&r2=17948&pathrev=17949 and http://osdir.com/ml/python.bugs/2000-10/msg00010