mirror of
https://github.com/python/cpython.git
synced 2025-09-25 09:50:37 +00:00
![]() With '%', non-ascii worked because the '%' automatically got promoted to unicode. With format that doesn't happen, which led to encoding errors. This fix goes back to using %, and adds a test to make sure non-ascii string values work in iterdump. |
||
---|---|---|
.. | ||
__init__.py | ||
dbapi.py | ||
dump.py | ||
factory.py | ||
hooks.py | ||
py25tests.py | ||
regression.py | ||
transactions.py | ||
types.py | ||
userfunctions.py |