Staging
v0.8.1
https://github.com/python/cpython
Revision edc625c316f0fd2cd576c17d64df3b6fc729b35b authored by Mark Dickinson on 21 September 2009, 16:17:26 UTC, committed by Mark Dickinson on 21 September 2009, 16:17:26 UTC
........
  r75003 | mark.dickinson | 2009-09-21 17:16:44 +0100 (Mon, 21 Sep 2009) | 1 line

  Silence MSVC compiler warnings.
........
1 parent be752bd
Raw File
Tip revision: edc625c316f0fd2cd576c17d64df3b6fc729b35b authored by Mark Dickinson on 21 September 2009, 16:17:26 UTC
Blocked revisions 75003 via svnmerge
Tip revision: edc625c
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\
         exec finally for from global if import in is lambda not or\
         pass print raise return try while yield:
back to top