-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Open
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Documentation
Lines 132 to 134 in 9558d22
# Storing a non-string key or value will raise an exception (most | |
# likely a TypeError). | |
db['www.yahoo.com'] = 4 |
Is not correct since sqlite is default backend. int
will be silently stored and those who rely on dbm
to validate the value are in trouble.
Linked PRs
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Todo