-
```
Upon importing winpdb using python 2.6, the following deprecation warnings are
issued.
rpdb2.py:314: DeprecationWarning: the sets module is deprecated
import sets
rpdb2.py:319: DeprecationWarn…
-
The "irc" module does not work on Python < 2.7, which makes this unable to run on CentOS 6.
-
You might have started scratching your head the moment you saw this title, but yeah, let's settle down our Python version before it gets out of control.
I notice that in `util/` we have a bunch of …
-
Not so much a problem as an observation.
I was setting this up on a couple of CentOS 6 servers which by default install with py2.6
There is 1 line that prevents it working with this older OS.
```…
dbzoo updated
7 years ago
-
Please, add also Python 2.6.
ghost updated
2 years ago
-
I'm not a fan of python, and I'm just trying to follow the python instructions; but every time I see python instructions it's unclear how to follow them. Some instructions say `python3 args`, and othe…
-
> ERROR: Ignored the following versions that require a different python version: 1.25.0 Requires-Python >=3.9; 1.25.1 Requires-Python >=3.9; 1.25.2 Requires-Python >=3.9; 1.26.0 Requires-Python =3.9; …
-
# Crash report
### What happened?
A debug build will abort when calling `socket._fallback_socketpair()` after a call to `socket.setdefaulttimeout` with too high a value:
```python
python -c "import…
-
Python 2 is no longer supported. There is no sense to maintain something deprecated.
I recommend to remove all Python 2 examples from the tutorial.
This will make the tutorial more compact and cle…
ghost updated
4 years ago
-
Hello, I am currently working on [removing support for python 2 from the Alpine Linux distribution](https://gitlab.alpinelinux.org/alpine/aports/-/issues/11577) and rethinkdb is one of the few package…
nmeum updated
4 years ago