Staging
v0.8.1
https://github.com/python/cpython
Revision 638d40b4337808f5e7c3f415f49270185c893321 authored by R David Murray on 24 August 2012, 15:14:13 UTC, committed by R David Murray on 24 August 2012, 15:14:13 UTC
Fix by Colin Su.  Test by me, based on a test written by Petri Lehtinen.
1 parent f2b34b8
Raw File
Tip revision: 638d40b4337808f5e7c3f415f49270185c893321 authored by R David Murray on 24 August 2012, 15:14:13 UTC
#15249: Mangle From lines correctly when body contains invalid bytes.
Tip revision: 638d40b
vgrindefs
# vgrind is a pretty-printer that takes source code and outputs
# eye-pleasing postscript.  The entry below should be added to your
# local vgrindefs file.  Contributed by Neale Pickett <neale@lanl.gov>.

python|Python|py:\
        :pb=^\d?(def|class)\d\p(\d|\\|\(|\:):\
        :cb=#:ce=$:sb=":se=\e":lb=':le=\e':\
        :kw=assert and break class continue def del elif else except\
         finally for from global if import in is lambda not or\
         pass print raise return try while yield:
back to top