Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ddeb1358
Commit
ddeb1358
authored
Jul 16, 2001
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use \longprogramopt, as suggested by FLD
parent
286b107b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/whatsnew/whatsnew22.tex
Doc/whatsnew/whatsnew22.tex
+2
-2
No files found.
Doc/whatsnew/whatsnew22.tex
View file @
ddeb1358
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment