diff options
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ C API Library ------- +- Issue #3719: platform.architecture() fails if there are spaces in the + path to the Python binary. + - Issue 3602: As part of the merge of r66135, make the parameters on warnings.catch_warnings() keyword-only. Also remove a DeprecationWarning. |