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
1fb8d83a
Commit
1fb8d83a
authored
Jun 20, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bug #1504456] Mention xml -> xmlcore change
parent
7c4e79c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+9
-0
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
1fb8d83a
...
...
@@ -1733,6 +1733,11 @@ Konqueror, and elinks. (Contributed by Oleg Broytmann and George
Brandl.)
% Patch #754022
\item
Python's standard library no longer includes
a package named
\module
{
xml
}
; the library's XML-related package
has been renamed to
\module
{
xmlcore
}
. This means
it will always be possible to import the standard library's
XML support whether or not the PyXML package is installed.
\item
The
\module
{
xmlrpclib
}
module now supports returning
\class
{
datetime
}
objects for the XML-RPC date type. Supply
...
...
@@ -2348,6 +2353,10 @@ to allow only \code{'/'} and \code{'/RPC2'}. Setting
\member
{
rpc
_
paths
}
to
\code
{
None
}
or an empty tuple disables
this path checking.
\item
Library: the
\module
{
xml
}
package has been renamed to
\module
{
xmlcore
}
.
The PyXML package will therefore be
\module
{
xml
}
, and the Python
distribution's code will always be accessible as
\module
{
xmlcore
}
.
\item
C API: Many functions now use
\ctype
{
Py
_
ssize
_
t
}
instead of
\ctype
{
int
}
to allow processing more data on 64-bit
machines. Extension code may need to make the same change to avoid
...
...
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