Staging
v0.5.1
https://github.com/python/cpython
Revision f831d81999e826e9bf444138c2e193ff1c9e801e authored by Barry Warsaw on 31 July 1996, 20:42:59 UTC, committed by Barry Warsaw on 31 July 1996, 20:42:59 UTC
level after a return, raise, break, or continue statement.
1 parent 32aa1a7
Raw File
Tip revision: f831d81999e826e9bf444138c2e193ff1c9e801e authored by Barry Warsaw on 31 July 1996, 20:42:59 UTC
(py-statement-closes-block-p, py-compute-indentation): Outdent one
Tip revision: f831d81
whichlibs
#!/bin/sh
sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex
back to top