Changes by Petr MOTEJLEK :
--
pull_requests: +392
___
Python tracker
<http://bugs.python.org/issue29615>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Petr MOTEJLEK :
--
pull_requests: +391
___
Python tracker
<http://bugs.python.org/issue29615>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Petr MOTEJLEK :
--
pull_requests: +231
___
Python tracker
<http://bugs.python.org/issue29615>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Petr MOTEJLEK:
Hello,
We discovered that SimpleXMLRPCDispatcher mangles tracebacks printed from
within the invoked RPC methods when an object that has _dispatch(method,
params) defined has been registered with it
Steps to reproduce
- use
https://docs.python.org/3.4
New submission from Petr MOTEJLEK:
Hi,
The documentation for signal.signal() clearly states that it is only supposed
to be called on MainThread
However, it does not say so for the signal.sigwait() and neither
signal.sigtimedwait()
I think this is an error on the documentation side of things