[issue2636] Adding a new regex module (compatible with re)

2014-11-13 Thread Mateon1

Mateon1 added the comment:

Well, I found a bug with this module, on Python 2.7(.5), on Windows 7 64-bit 
when you try to compile a regex with the flags V1|DEBUG, the module crashes as 
if it wanted to call a builtin called "ascii".

The bug happened to me several times, but this is the regexp when the last one 
happened. http://paste.ubuntu.com/8993680/

I hope it's fixed, I really love the module and found it very useful to have 
PCRE regexes in Python.

------
nosy: +Mateon1
versions:  -Python 3.5

___
Python tracker 
<http://bugs.python.org/issue2636>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2636] Adding a new regex module (compatible with re)

2014-11-14 Thread Mateon1

Mateon1 added the comment:

Well, I am reporting it here, is this not the correct place? Sorry if it is.

--

___
Python tracker 
<http://bugs.python.org/issue2636>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com