• 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
..
ACKS Loading commit data...
AIX-NOTES Loading commit data...
BLURB Loading commit data...
BLURB.LUTZ Loading commit data...
BLURB.WINDOWS Loading commit data...
COPYRIGHT Loading commit data...
Fixcprt.py Loading commit data...
HISTORY Loading commit data...
HPUX-NOTES Loading commit data...
HYPE Loading commit data...
Makefile Loading commit data...
Makefile.pre.in Loading commit data...
NEWS Loading commit data...
NEXT-NOTES Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
RENAME Loading commit data...
RFD Loading commit data...
ccpy-style.el Loading commit data...
cheatsheet Loading commit data...
comparisons Loading commit data...
editline-fix Loading commit data...
faq2html.py Loading commit data...
fixfuncptrs.sh Loading commit data...
indent.pro Loading commit data...
python-mode.el Loading commit data...
python.gif Loading commit data...
python.man Loading commit data...
renumber.py Loading commit data...
setuid-prog.c Loading commit data...
vgrindefs Loading commit data...