diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-07-16 14:35:52 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-07-16 14:35:52 (GMT) |
commit | ddeb1358a428cbcba6a8a682359a84fca721d604 (patch) | |
tree | 380c003fe17c25dc2f6a5eea882b238408773b9c /Doc/whatsnew | |
parent | 286b107bea83c10075e263f02a1795beb7de8e70 (diff) | |
download | cpython-ddeb1358a428cbcba6a8a682359a84fca721d604.zip cpython-ddeb1358a428cbcba6a8a682359a84fca721d604.tar.gz cpython-ddeb1358a428cbcba6a8a682359a84fca721d604.tar.bz2 |
Use \longprogramopt, as suggested by FLD
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew22.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index d56c7a0..1748f14 100644 --- a/Doc/whatsnew/whatsnew22.tex +++ b/Doc/whatsnew/whatsnew22.tex @@ -320,7 +320,7 @@ Schemenauer, with fixes from the Python Labs crew.} Python's Unicode support has been enhanced a bit in 2.2. Unicode 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. +by supplying \longprogramopt{enable-unicode=ucs4} to the configure script. XXX explain surrogates? I have to figure out what the changes mean to users. @@ -497,7 +497,7 @@ items = s.meerkat.getItems( {'channel': 4} ) See \url{http://www.xmlrpc.com} for more information about XML-RPC. \item The \module{socket} module can be compiled to support IPv6; - specify the \code|--enable-ipv6| option to Python's configure + specify the \longprogramopt{enable-ipv6} option to Python's configure script. (Contributed by Jun-ichiro ``itojun'' Hagino.) \item Two new format characters were added to the \module{struct} |