• Guido van Rossum's avatar
    Temporary fix for Bug #114821. · f8d07133
    Guido van Rossum yazdı
    The cause was that the replace code necessarily used a PCRE internal
    function to to template expansion.
    
    The fix changes the code to use an SRE internal if SRE is used, and a
    PCRE internal if SRE is used; in a way that should work with 1.5.2.
    
    The solution can be sped up tremendously under the assumption that the
    choice between sre and pre is not changed during the execution of the
    program; especially replace-all will be slow.
    
    But I'll leave that to someone else.
    f8d07133
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...