mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +00:00
Run 2to3 over Doc/lib/sqlite3/.
This commit is contained in:
parent
b942d28bf5
commit
45d569b823
22 changed files with 43 additions and 43 deletions
|
|
@ -12,4 +12,4 @@ cur.execute("create table characters(c)")
|
|||
cur.executemany("insert into characters(c) values (?)", char_generator())
|
||||
|
||||
cur.execute("select c from characters")
|
||||
print cur.fetchall()
|
||||
print(cur.fetchall())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue