diff options
author | Petri Lehtinen <petri@digip.org> | 2013-02-23 21:07:39 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2013-02-23 21:08:07 (GMT) |
commit | 7a05113ccf76b077b138d40794e52f6881a57c4c (patch) | |
tree | 22113d900ad66a603701b290a951376f83d94b6c /Misc | |
parent | 905b648754be0974f32cfd259bad7f6a7e3aebfb (diff) | |
download | cpython-7a05113ccf76b077b138d40794e52f6881a57c4c.zip cpython-7a05113ccf76b077b138d40794e52f6881a57c4c.tar.gz cpython-7a05113ccf76b077b138d40794e52f6881a57c4c.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
@@ -774,6 +774,7 @@ Samuel Nicolary Gustavo Niemeyer Oscar Nierstrasz Hrvoje Niksic +Birk Nilson Gregory Nofi Jesse Noller Bill Noon @@ -227,6 +227,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. |