• Barry Warsaw's avatar
    (py-goto-beginning-of-tqs): Finds the beginning of the triple quoted · 9c1696cf
    Barry Warsaw yazdı
    string we find ourselves in, based on the passed in delimiter.
    
    (py-compute-indentation): Fixes for indentation errors when we land
    inside a triple quoted string.  For example:
    
    def foo():
       if os.path.isfile(o_pri_mbox_file) and os.path.isfile(o_pub_mbox_file):
           print """\
    I found both a private and a public mbox archive file
        private: %s
        public : %s
    
    I won't move either file, but you should choose one and move it to
    
        %s
    
    You may want to merge them manually, but be careful about exposing private
    correspondences to the public.""" % (
        o_pri_mbox_file, o_pub_mbox_file, mbox_file)
    *----indentation would be wrong on this line.
    9c1696cf
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...
.hgtags 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...