diff options
author | Gerhard Häring <gh@ghaering.de> | 2008-09-22 06:04:51 (GMT) |
---|---|---|
committer | Gerhard Häring <gh@ghaering.de> | 2008-09-22 06:04:51 (GMT) |
commit | 6117f423c4754a4626c99eb3998db7282b1aa36b (patch) | |
tree | 89c5234711a5c8bd6c239f8189ffe4cefa0948c3 /Misc | |
parent | d0db98fcd869605f28dc600bfeba032565e31855 (diff) | |
download | cpython-6117f423c4754a4626c99eb3998db7282b1aa36b.zip cpython-6117f423c4754a4626c99eb3998db7282b1aa36b.tar.gz cpython-6117f423c4754a4626c99eb3998db7282b1aa36b.tar.bz2 |
Issue #3659: Values of string subclasses were not handled correctly when used
as bind parameters.
Reviewed by Bejnamin Peterson.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,6 +20,11 @@ Library - Bug #3884: Make the turtle module toplevel again. +Extension Modules +----------------- + +- Issue #3659: Subclasses of str didn't work as SQL parameters. + What's New in Python 3.0 release candidate 1 ============================================ |