Staging
v0.8.1
https://github.com/python/cpython
Revision 2834b974b6a085ee447a060ab0c12b3955b2f695 authored by Guido van Rossum on 06 October 2000, 16:58:26 UTC, committed by Guido van Rossum on 06 October 2000, 16:58:26 UTC
http://sourceforge.net/bugs/?func=detailbug&bug_id=113803&group_id=5470

Add Unicode support and error handling to AsString().  Both AsString()
and Merge() now return NULL and set a proper Python exception
condition when an error happens; Merge() and other callers of
AsString() check for errors from AsString().  Also fixed cleanup in
Merge() and Tkapp_Call() return cleanup code; the fv array was not
necessarily completely initialized, causing calls to ckfree() with
garbage arguments!

(Also reindented some lines that were longer than 80 chars and
reformatted some code that used an alien coding standard.)
1 parent 4764913
History
Tip revision: 2834b974b6a085ee447a060ab0c12b3955b2f695 authored by Guido van Rossum on 06 October 2000, 16:58:26 UTC
[ Bug #113803 ] [2.0b1 NT4.0] printing non asci char causes idle to abort
Tip revision: 2834b97
File Mode Size
Build
Compat
Contrib
Demo
Distributions
IDE scripts
Include
Lib
MPW
Modules
PlugIns
Python
Resources
Tools
Unsupported
mwerks
scripts
tclmods
HISTORY -rw-r--r-- 27.2 KB
ReadMe -rw-r--r-- 8.0 KB
ReadMe-dev -rw-r--r-- 1.0 KB
ReadMe-src -rw-r--r-- 563 bytes
Relnotes -rw-r--r-- 2.8 KB
_checkversion.py -rw-r--r-- 417 bytes
errno_unix.h -rw-r--r-- 307 bytes
fopenRF.c -rw-r--r-- 5.9 KB
mkapplet.py -rw-r--r-- 5.7 KB
mwerksglue.c -rw-r--r-- 566 bytes

ReadMe

back to top