summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2013-02-23 21:07:39 (GMT)
committerPetri Lehtinen <petri@digip.org>2013-02-23 21:07:39 (GMT)
commit43072780dfcf8bda7d89dfc02e94b4e16973940b (patch)
treebff1ca027995e9bc1007511be32ed9e57330581e /Misc
parentfead3c8cca461e0fc2ce3f37dcb7d5260edbdddd (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 1c453f0..fc4fcd2 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -717,6 +717,7 @@ Samuel Nicolary
Gustavo Niemeyer
Oscar Nierstrasz
Hrvoje Niksic
+Birk Nilson
Gregory Nofi
Jesse Noller
Bill Noon
diff --git a/Misc/NEWS b/Misc/NEWS
index a2f397c..93173df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.