diff options
| author | Petri Lehtinen <petri@digip.org> | 2013-02-23 19:07:02 +0100 |
|---|---|---|
| committer | Petri Lehtinen <petri@digip.org> | 2013-02-23 19:09:45 +0100 |
| commit | f484efdb60cf97d04eed4f87f838ad27e1ed241f (patch) | |
| tree | ffeb06ea4d02323564edb7bbe9609a7078c852fb /Misc/NEWS | |
| parent | d2132144a475bad3676f80d55098b0daba6110f4 (diff) | |
| parent | 8b945148e3f98b9c6c51bfaa830e779979713b82 (diff) | |
| download | cpython-git-f484efdb60cf97d04eed4f87f838ad27e1ed241f.tar.gz | |
Issue #14720: sqlite3: Convert datetime microseconds correctly
Diffstat (limited to 'Misc/NEWS')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -181,6 +181,9 @@ Core and Builtins Library ------- +- Issue #14720: sqlite3: Convert datetime microseconds correctly. + Patch by Lowe Thiderman. + - Issue #17225: JSON decoder now counts columns in the first line starting with 1, as in other lines. |
