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
c76ad2b9
Commit
c76ad2b9
authored
May 31, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention SimpleXMLRPCServer change
parent
5142c4dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+15
-0
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
c76ad2b9
...
...
@@ -1508,6 +1508,14 @@ therefore now works on non-{\UNIX} platforms.
(Patch from Robert Kiendl.)
% Patch #1472854
\item
The
\module
{
SimpleXMLRPCServer
}
and
\module
{
DocXMLRPCServer
}
classes now have a
\member
{
rpc
_
paths
}
attribute that constrains
XML-RPC operations to a limited set of URL paths; the default is
to allow only
\code
{
'/'
}
and
\code
{
'/RPC2'
}
. Setting
\member
{
rpc
_
paths
}
to
\code
{
None
}
or an empty tuple disables
this path checking.
% Bug #1473048
\item
The
\module
{
socket
}
module now supports
\constant
{
AF
_
NETLINK
}
sockets on Linux, thanks to a patch from Philippe Biondi.
Netlink sockets are a Linux-specific mechanism for communications
...
...
@@ -2163,6 +2171,13 @@ longer accept a return value of \code{None} from the
arguments instead. The modules also no longer accept the deprecated
\var
{
bin
}
keyword parameter.
\item
Library: The
\module
{
SimpleXMLRPCServer
}
and
\module
{
DocXMLRPCServer
}
classes now have a
\member
{
rpc
_
paths
}
attribute that constrains
XML-RPC operations to a limited set of URL paths; the default is
to allow only
\code
{
'/'
}
and
\code
{
'/RPC2'
}
. Setting
\member
{
rpc
_
paths
}
to
\code
{
None
}
or an empty tuple disables
this path checking.
\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