commit | 7b2b1f9b20add6b022e8f11649dbb9922a574f87 | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Tue Sep 02 12:10:46 2008 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Tue Sep 02 12:10:46 2008 +0000 |
tree | 89ba3e6d7c17b742b0e0f6089c3d149866b496ab | |
parent | 33794a7bc79d0feb8e7fa109438197b2cf398880 [diff] |
Add news item for #3719.
diff --git a/Misc/NEWS b/Misc/NEWS index 366fc54..d1be39c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -63,6 +63,9 @@ 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.