| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace b('str') with b'str' in Python 3 | Daniele Varrazzo | 2011-01-13 | 1 | -0/+20 |
| This avoids an encode() call for each of these constants. Use a custom 2to3 fixer in setup.py to perform the conversion. | |||||
![]() |
index : delta/python-packages/psycopg2.git | |
| github.com: psycopg/psycopg2.git |
| summaryrefslogtreecommitdiff |
| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace b('str') with b'str' in Python 3 | Daniele Varrazzo | 2011-01-13 | 1 | -0/+20 |
| This avoids an encode() call for each of these constants. Use a custom 2to3 fixer in setup.py to perform the conversion. | |||||