Staging
v0.5.1
https://github.com/python/cpython
Revision 26c44b5144a51f452dd0693b0278ec69d6a954a1 authored by Miss Islington (bot) on 16 September 2019, 02:56:04 UTC, committed by GitHub on 16 September 2019, 02:56:04 UTC
(cherry picked from commit 24d1597e430498ebe2d3d18fba2cacb3957b494d)

Co-authored-by: Ned Deily <nad@python.org>
1 parent 701c488
Raw File
Tip revision: 26c44b5144a51f452dd0693b0278ec69d6a954a1 authored by Miss Islington (bot) on 16 September 2019, 02:56:04 UTC
bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
Tip revision: 26c44b5
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