-
The current logging system is pretty inflexible, it doesn't show timestamps, only supports two verbosity levels, and doesn't directly support logging to a file. Python has a standard logging module, h…
-
```
When does the problem occur?
The problem occurs when a user attempts to compile GYP with Python 3.0.x.
What is the expected output? What do you see instead?
Rather than a properly compiled GYP, P…
-
```
It would be great to have a python 3 compatible version of pymox.
```
Original issue reported on code.google.com by `lamvak` on 28 Mar 2012 at 6:45
-
```
As of mid-Sept/08, python 3.0 release candidate is out. This changes many
features of the language, some in ways that are not backward compatible.
pydicom code will have to change (perhaps a fork)…
-
```
What steps will reproduce the problem?
1. apply 2to3 to pygoogle.py
2. run script:
from pygoogle import pygoogle
g = pygoogle('quake 3 arena')
g.pages = 5
print(g.get_result_count())
print(g.get_u…
-
```
What steps will reproduce the problem?
1. apply 2to3 to pygoogle.py
2. run script:
from pygoogle import pygoogle
g = pygoogle('quake 3 arena')
g.pages = 5
print(g.get_result_count())
print(g.get_u…
-
Hi,
I was using your plugin. It is extremely helpfu (https://github.com/kupferlauncher/kupfer). But now kupfer has been ported to python3. This plugin should automatically work may be some indentat…
-
I'm on Fedora 31, which has sort of "retired" python 2 in favor of 3. I had to make the following changes in order for `./build.sh` to get past some "missing parentheses" errors:
```diff
modified …
-
Finalmente i Fermi tools si sono aggiornati per utilizzare python3, inoltre è uscita una nuova versione dei fermitools (la 2) che utilizza la versione dei dati P8R3_V3 (che arriva fino ai giorni nostr…
-
```
What steps will reproduce the problem?
1. apply 2to3 to pygoogle.py
2. run script:
from pygoogle import pygoogle
g = pygoogle('quake 3 arena')
g.pages = 5
print(g.get_result_count())
print(g.get_u…