From: A.M. K. <aku...@us...> - 2001-07-16 14:35:56
|
Update of /cvsroot/py-howto/pyhowto In directory usw-pr-cvs1:/tmp/cvs-serv6142 Modified Files: python-22.tex Log Message: Use \longprogramopt, as suggested by FLD Index: python-22.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** python-22.tex 2001/07/16 13:45:31 1.7 --- python-22.tex 2001/07/16 14:35:52 1.8 *************** *** 321,325 **** strings are usually stored as UCS-2, as 16-bit unsigned integers. Python 2.2 can also be compiled to use UCS-4, 32-bit unsigned integers ! by supplying \verb|--enable-unicode=ucs4| to the configure script. XXX explain surrogates? I have to figure out what the changes mean to users. --- 321,325 ---- strings are usually stored as UCS-2, as 16-bit unsigned integers. Python 2.2 can also be compiled to use UCS-4, 32-bit unsigned integers ! by supplying \longprogramopt{enable-unicode=ucs4} to the configure script. XXX explain surrogates? I have to figure out what the changes mean to users. *************** *** 498,502 **** \item The \module{socket} module can be compiled to support IPv6; ! specify the \code|--enable-ipv6| option to Python's configure script. (Contributed by Jun-ichiro ``itojun'' Hagino.) --- 498,502 ---- \item The \module{socket} module can be compiled to support IPv6; ! specify the \longprogramopt{enable-ipv6} option to Python's configure script. (Contributed by Jun-ichiro ``itojun'' Hagino.) |