summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-10-25-23-45-49.bpo-35714.fw3xb7.rst
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.9.0b2v3.9.0b2Ɓukasz Langa2020-06-081-2/+0
|
* bpo-35714: Reject null characters in struct format strings (GH-16928)Miss Islington (bot)2020-05-261-0/+2
struct.error is now raised if there is a null character in a struct format string. (cherry picked from commit 3f59b55316f4c6ab451997902579aa69020b537c) Co-authored-by: Zackery Spytz <zspytz@gmail.com>