This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-26 04:34:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
1515450440
cpython
/
Lib
/
sqlite3
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
72e731cc03
Issue
#13583
: sqlite3.Row now supports slice indexing.
...
Tests by Jessica McKellar.
2015-03-31 13:33:11 +03:00
..
test
Issue
#13583
: sqlite3.Row now supports slice indexing.
2015-03-31 13:33:11 +03:00
__init__.py
dbapi2.py
Issue
#10203
: sqlite3.Row now truly supports sequence protocol. In particulr
2014-05-28 12:58:34 +03:00
dump.py