diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-06-15 22:28:05 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-06-15 22:28:05 +0000 |
commit | 2461df09428313db7ecd07aae9120075997a6b35 (patch) | |
tree | 1de13f0d16bc1583467fc1c36348d6115820b6be /Lib/idlelib/CREDITS.txt | |
parent | 7eebe8c6983197ddd3bde31ce4ad17076402c027 (diff) | |
download | cpython-2461df09428313db7ecd07aae9120075997a6b35.tar.gz |
Make CREDITS.txt a Latin-1 file. Extend ViewFile to support file encodings.
Diffstat (limited to 'Lib/idlelib/CREDITS.txt')
-rw-r--r-- | Lib/idlelib/CREDITS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/CREDITS.txt b/Lib/idlelib/CREDITS.txt index 62e2f8ddc1..fe775768f3 100644 --- a/Lib/idlelib/CREDITS.txt +++ b/Lib/idlelib/CREDITS.txt @@ -22,7 +22,7 @@ Other contributors include Raymond Hettinger, Tony Lownds (Mac integration), Neal Norwitz (code check and clean-up), and Chui Tey (RPC integration, debugger integration and persistent breakpoints). -Hernan Foffani, Christos Georgiou, Martin v. Loewis, Jason Orendorff, Noam +Hernan Foffani, Christos Georgiou, Martin v. Löwis, Jason Orendorff, Noam Raphael, Josh Robb, Nigel Rowe, and Bruce Sherwood have submitted useful patches. Thanks, guys! |