Staging
v0.5.1
https://github.com/python/cpython
Revision 730820f978f736867c4f8166edb75d26a2c38f81 authored by Barry Warsaw on 05 February 2010, 18:52:05 UTC, committed by Barry Warsaw on 05 February 2010, 18:52:05 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77992 | barry.warsaw | 2010-02-05 13:45:25 -0500 (Fri, 05 Feb 2010) | 4 lines

  Resolve bug 7847 by including documentation for -J, -U, and -X under "Options
  you shouldn't use".
........
1 parent 2483728
Raw File
Tip revision: 730820f978f736867c4f8166edb75d26a2c38f81 authored by Barry Warsaw on 05 February 2010, 18:52:05 UTC
Merged revisions 77992 via svnmerge from
Tip revision: 730820f
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