diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-04 11:35:28 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-04 11:35:28 (GMT) |
commit | 1665d2c75fcfe5097983c13fdf66fd5e766890c2 (patch) | |
tree | d7ba49a40af240ba494f99eacf7bbfad32af0d3d /Misc | |
parent | 0fc80c0d5a76ed59f3db0b3f15e1e37ccc127ffb (diff) | |
download | cpython-1665d2c75fcfe5097983c13fdf66fd5e766890c2.zip cpython-1665d2c75fcfe5097983c13fdf66fd5e766890c2.tar.gz cpython-1665d2c75fcfe5097983c13fdf66fd5e766890c2.tar.bz2 |
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Reported and diagnosed by Thomas Kluyver.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -488,6 +488,7 @@ Bastian Kleineidam Bob Kline Matthias Klose Jeremy Kloth +Thomas Kluyver Kim Knapp Lenny Kneler Pat Knight @@ -36,6 +36,9 @@ Core and Builtins Library ------- +- Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale. + Reported and diagnosed by Thomas Kluyver. + - Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation if the underlying raw stream is unseekable, even if the seek could be satisfied using the internal buffer. Patch by John O'Connor. |