mirror of
https://github.com/python/cpython.git
synced 2025-10-22 22:53:06 +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
|
@ -13,4 +13,4 @@ cur = con.cursor()
|
|||
|
||||
p = Point(4.0, -3.2)
|
||||
cur.execute("select ?", (p,))
|
||||
print cur.fetchone()[0]
|
||||
print(cur.fetchone()[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue