psss...I want to move from Perl to Python

Rustom Mody rustompmody at gmail.com
Sun Jan 31 08:12:21 EST 2016


True...

$ python
Python 2.7.10 (default, Oct 14 2015, 16:09:02) 
[GCC 5.2.1 20151010] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> re._MAXCACHE
100

But 100 is still large enough that for most normal users/uses re-compilation is pointless.




More information about the Python-list mailing list