diff options
author | Petri Lehtinen <petri@digip.org> | 2013-02-23 21:09:51 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2013-02-23 21:09:51 (GMT) |
commit | 6d61eaa0d0d89b0e035ce75d810280515befc17a (patch) | |
tree | 56e10b05f3fc2465b1dfb6a6b5ac4fc3b93b2f1c /Misc | |
parent | 7de72ad8a02760e0aa385e9024d6c20d7b1fb3de (diff) | |
parent | 7a05113ccf76b077b138d40794e52f6881a57c4c (diff) | |
download | cpython-6d61eaa0d0d89b0e035ce75d810280515befc17a.zip cpython-6d61eaa0d0d89b0e035ce75d810280515befc17a.tar.gz cpython-6d61eaa0d0d89b0e035ce75d810280515befc17a.tar.bz2 |
Issue #16121: Fix line number accounting in shlex
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -855,6 +855,7 @@ Jonathan Niehof Gustavo Niemeyer Oscar Nierstrasz Hrvoje Niksic +Birk Nilson Gregory Nofi Jesse Noller Bill Noon @@ -181,6 +181,9 @@ Core and Builtins Library ------- +- Issue #16121: Fix line number accounting in shlex. Patch by Birk + Nilson. + - Issue #14720: sqlite3: Convert datetime microseconds correctly. Patch by Lowe Thiderman. |