diff options
author | Petri Lehtinen <petri@digip.org> | 2013-02-23 22:03:15 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2013-02-23 22:12:03 (GMT) |
commit | 0362b54fd9e8158c4b62386f1bd654daf1095ed4 (patch) | |
tree | 53edcc7868b100402a9de75f69d4bb111905ff74 /Misc/NEWS | |
parent | 7a05113ccf76b077b138d40794e52f6881a57c4c (diff) | |
download | cpython-0362b54fd9e8158c4b62386f1bd654daf1095ed4.zip cpython-0362b54fd9e8158c4b62386f1bd654daf1095ed4.tar.gz cpython-0362b54fd9e8158c4b62386f1bd654daf1095ed4.tar.bz2 |
Revert "Issue #16121: Fix line number accounting in shlex"
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -227,9 +227,6 @@ 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. |