Staging
v0.5.1
https://github.com/python/cpython
Revision c9b867c94bc84b08f5c20c50489c30c0d833e830 authored by Nick Coghlan on 17 June 2009, 12:32:11 UTC, committed by Nick Coghlan on 17 June 2009, 12:32:11 UTC
................
  r73466 | nick.coghlan | 2009-06-17 22:23:43 +1000 (Wed, 17 Jun 2009) | 9 lines

  Merged revisions 73465 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r73465 | nick.coghlan | 2009-06-17 22:12:15 +1000 (Wed, 17 Jun 2009) | 1 line

    Issue 6288: update the contextlib.nested() docs to explain why it has been deprecated and should generally be avoided
  ........
................
1 parent fbe054b
Raw File
Tip revision: c9b867c94bc84b08f5c20c50489c30c0d833e830 authored by Nick Coghlan on 17 June 2009, 12:32:11 UTC
Blocked revisions 73466 via svnmerge
Tip revision: c9b867c
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