Staging
v0.8.1
https://github.com/python/cpython
Revision b086ea5edc44cf64ecfb645d578927aa96e8c355 authored by Miss Islington (bot) on 10 February 2020, 11:40:15 UTC, committed by GitHub on 10 February 2020, 11:40:15 UTC
(cherry picked from commit 3ed4d251587c36c3853daf42602eaad121b59bba)

Co-authored-by: Don Kirkby <donkirkby@users.noreply.github.com>
1 parent af95d79
Raw File
Tip revision: b086ea5edc44cf64ecfb645d578927aa96e8c355 authored by Miss Islington (bot) on 10 February 2020, 11:40:15 UTC
Grammar fix in tutorial (GH-18425) (GH-18426)
Tip revision: b086ea5
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