Staging
v0.5.1
https://github.com/python/cpython
Revision f187a0230bd6e9ad64a6249de50517b36c383c02 authored by Stefan Krah on 01 August 2011, 23:06:16 UTC, committed by Stefan Krah on 01 August 2011, 23:06:16 UTC
See: https://bugzilla.redhat.com/show_bug.cgi?id=726536
1 parent aa71583
Raw File
Tip revision: f187a0230bd6e9ad64a6249de50517b36c383c02 authored by Stefan Krah on 01 August 2011, 23:06:16 UTC
Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug.
Tip revision: f187a02
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