summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-06-17 21:43:33 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-06-17 21:43:33 (GMT)
commit870f09a7f4296712de404dccea1c3a7bf52f66c3 (patch)
tree451c98f6c8e68d5dfc3aac4ad68a4b96d1fbbdf3 /Misc
parent7c9627b4de767ca794ab6086b1fd64b02fb3e235 (diff)
downloadcpython-870f09a7f4296712de404dccea1c3a7bf52f66c3.zip
cpython-870f09a7f4296712de404dccea1c3a7bf52f66c3.tar.gz
cpython-870f09a7f4296712de404dccea1c3a7bf52f66c3.tar.bz2
Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 41ac42d..121e92d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2047,6 +2047,8 @@ Installation
Library
-------
+- Issue #8203: Fix IDLE Credits dialog: view_file() uses its encoding argument.
+
- Issue #5311: bdist_msi can now build packages that do not depend on a
specific Python version.