Staging
v0.8.1
https://github.com/python/cpython
Revision 6c52761464776c8f6830a0db260d06281f649900 authored by Hye-Shik Chang on 28 March 2006, 08:27:27 UTC, committed by Hye-Shik Chang on 28 March 2006, 08:27:27 UTC
RuntimeError on encoding surrogate pair area on UCS4 build.
This is a partial backport of r43320. (Approved by Anthony Baxter)
1 parent 653cf02
Raw File
Tip revision: 6c52761464776c8f6830a0db260d06281f649900 authored by Hye-Shik Chang on 28 March 2006, 08:27:27 UTC
Ubuntu bug #29289: Fixed a bug that the gb18030 codec raises
Tip revision: 6c52761
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