commit | cb2916a7144679cdc9a5df430dfc1344e02243fb | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sun Sep 30 22:41:37 2012 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sun Sep 30 22:41:37 2012 +0300 |
tree | 996c230f01c8da0b2cfb71169c932c212dbd3bd7 | |
parent | c2cd626497749db9e35034966a4622567ba229ee [diff] [blame] |
#15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf875a24 (see #15801).
diff --git a/Misc/NEWS b/Misc/NEWS index d22347d..19a627a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -564,6 +564,9 @@ Build ----- +- Issue #15923: fix a mistake in asdl_c.py that resulted in a TypeError after + 2801bf875a24 (see #15801). + - Issue #11715: Fix multiarch detection without having Debian development tools (dpkg-dev) installed.