New submission from Attila Nagy :
It would be nice if ipaddress could support fast IP lookups, like this:
https://github.com/jsommers/pytricia
--
components: Library (Lib)
messages: 306535
nosy: Attila Nagy
priority: normal
severity: normal
status: open
title: ipaddress should support
Attila Nagy added the comment:
"I don't think this should be done by default as it will break people's
expectations and, perhaps worse, compatibility."
I won't mind another thread naming API, if somebody does this. :)
But personally I expected python to name my thread
New submission from Attila Nagy:
Python class Thread has a "name" argument, which sets the name of the given
thread. This name is used only internally, while there is a possibility to set
this on an OS-level.
Related discussion:
http://stackoverflow.com/questions/2369738/can-i-set-t
New submission from Attila Nagy :
When talking to an Apache XML-RPC library based application via python 2.6.5
xmlrpclib, I get this exception:
Traceback (most recent call last):
File "prb.py", line 4, in
proxy.catv.getEndpointIdByIp('1.1.1.1')
File "/tmp/Pyth
Attila Nagy added the comment:
Thank you, that was fast! :)
--
___
Python tracker
<http://bugs.python.org/issue8210>
___
___
Python-bugs-list mailing list
Unsub
New submission from Attila Nagy :
The check-in http://svn.python.org/view?view=rev&revision=78820 causes problems
on Solaris (SXCE 125, ksh, Studio 12).
configure output:
[...]
checking for --with-pydebug... no
./configure: test: unknown operator ==
"test" on Solaris d