New submission from Jonathan Hayward :
So far as I can tell, Python 2.7 crashes on at least some ANSI / Windows
\r\n-delimited source files. More specifically, as invoked by Apache as a CGI
script, the source file line:
import cgi
generated an error logged by Apache, complaining that the
Jonathan Hayward added the comment:
Thank you; noted. I'm closing the bug for now at least; I'll reopen it if need
be.
--
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.py
New submission from Jonathan Hayward :
On http://docs.python.org/library/xmlrpclib.html , 21.23.1, at the end
of ServerProxy.system.methodSignature(name):
If no signature is defined for the method, a non-array value is
returned. In Python this means that the type of the returned value will
be
New submission from Jonathan Hayward :
Under http://docs.python.org/library/xmlrpclib.html , 21.23.1:
ServerProxy.system.methodSignature(name)ΒΆ
This method takes one parameter, the name of a method implemented by the
XML-RPC server.It
There should be a space before the second sentence in this
Jonathan Hayward added the comment:
Is there a workaround to close a TLS socket and its underlying socket?
I was making something to use https for a simple operation, and it the
browser acted as if the socket never closed. If I followed the close of
the ssl socket by a close of the underlying
Jonathan Hayward added the comment:
Constantine Sapuntzakis wrote:
> import ssl
>
> # Work around python bug #5328
> def SSLSocket_makefile_fixed(self, mode='r', bufsize=-1):
> from socket import _fileobject
>
> self._makefile_refs += 1
> retu
New submission from Jonathan Hayward :
The search function on docs.python.org does not intelligently search the
library for a query in the form "module.function". For instance, in
searching for information on (say) socket.bind(), neither a search query
of "socket.bind()" nor