diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-06-17 21:43:33 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-06-17 21:43:33 (GMT) |
commit | 870f09a7f4296712de404dccea1c3a7bf52f66c3 (patch) | |
tree | 451c98f6c8e68d5dfc3aac4ad68a4b96d1fbbdf3 /Misc | |
parent | 7c9627b4de767ca794ab6086b1fd64b02fb3e235 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |