On 2011-09-11 02:50, Littlefield, Tyler wrote:
I replied to that one off list I guess, but I figured Django was way
more overhead than I wanted, doesn't really fit with solving the speed
issue.
Depending on your needs, you may find something like bottle or Flask a
better choice then.
Django
On 2011-09-15 15:02, MRAB wrote:
The regex module at http://pypi.python.org/pypi/regex currently uses a
compromise, where it matches 'I' with 'i' and also 'I' with 'ı' and 'İ'
with 'i'.
I was wondering if it would be preferable to have a TURKIC flag instead
("(?T)" or "(?T:...)" in the pattern).