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:08:07 (GMT)
commit7a05113ccf76b077b138d40794e52f6881a57c4c (patch)
tree22113d900ad66a603701b290a951376f83d94b6c /Misc
parent905b648754be0974f32cfd259bad7f6a7e3aebfb (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 39195ef..849abcd 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -774,6 +774,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 c4a89f0..7a690f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.