Staging
v0.5.1
https://github.com/python/cpython
Revision a7a391c580aabe48e397616da0ce87199e37d8ce authored by Guido van Rossum on 16 April 2001, 00:33:29 UTC, committed by Guido van Rossum on 16 April 2001, 00:33:29 UTC
DO NOT CHECK ANYTHHING IN FROM NOW ON WITHOUT ASKING ME.
1 parent 42f92da
Raw File
Tip revision: a7a391c580aabe48e397616da0ce87199e37d8ce authored by Guido van Rossum on 16 April 2001, 00:33:29 UTC
We need another release candidate after so many "small" changes.
Tip revision: a7a391c
vgrindefs
# vgrind is a prety-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\
         exec finally for from global if import in is lambda not or\
         pass print raise return try while:
back to top