[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.144,1.145
Martin v. L?wis
loewis@users.sourceforge.net
2001年9月05日 10:09:50 -0700
Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv20171/Doc/api
Modified Files:
api.tex
Log Message:
Patch #449815: Set filesystemencoding based on CODESET.
Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** api.tex 2001年09月04日 22:08:55 1.144
--- api.tex 2001年09月05日 17:09:48 1.145
***************
*** 3021,3025 ****
Setting encoding to NULL causes the default encoding to be used which
! is UTF-8.
Error handling is set by errors which may also be set to NULL meaning
--- 3021,3029 ----
Setting encoding to NULL causes the default encoding to be used which
! is \ASCII{}. The file system calls should use
! \var{Py_FileSystemDefaultEncoding} as the encoding for file
! names. This variable should be treated as read-only: On some systems,
! it will be a pointer to a static string, on others, it will change at
! run-time, e.g. when the application invokes setlocale.
Error handling is set by errors which may also be set to NULL meaning