Staging
v0.5.1
https://github.com/python/cpython
Revision 46aa472a8f2dd9e47ba6fbe3cc416ec7c62f11f4 authored by Andre Delfino on 06 December 2018, 09:19:23 UTC, committed by Serhiy Storchaka on 06 December 2018, 09:19:23 UTC
(cherry picked from commit 55f41e45b4318cbe19209f5144641344d0049fb8)
1 parent 358fc87
Raw File
Tip revision: 46aa472a8f2dd9e47ba6fbe3cc416ec7c62f11f4 authored by Andre Delfino on 06 December 2018, 09:19:23 UTC
[2.7] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10963)
Tip revision: 46aa472
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