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:07:39 (GMT) |
commit | 43072780dfcf8bda7d89dfc02e94b4e16973940b (patch) | |
tree | bff1ca027995e9bc1007511be32ed9e57330581e /Misc | |
parent | fead3c8cca461e0fc2ce3f37dcb7d5260edbdddd (diff) | |
download | cpython-43072780dfcf8bda7d89dfc02e94b4e16973940b.zip cpython-43072780dfcf8bda7d89dfc02e94b4e16973940b.tar.gz cpython-43072780dfcf8bda7d89dfc02e94b4e16973940b.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
@@ -717,6 +717,7 @@ Samuel Nicolary Gustavo Niemeyer Oscar Nierstrasz Hrvoje Niksic +Birk Nilson Gregory Nofi Jesse Noller Bill Noon @@ -208,6 +208,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. |