commit | 337487e3b87f887abdb3b47781508c6437cd7e94 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Jun 17 09:15:14 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Jun 17 09:15:14 2006 +0000 |
tree | 8d88d4b06b79efbcee2801726cb8ba7554424bcb | |
parent | 541660553d646db451655c0f79640f0b8f64baad [diff] [blame] |
Patch #763580: Add name and value arguments to Tkinter variable classes.
diff --git a/Misc/NEWS b/Misc/NEWS index f4af2e3..1a658c5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -163,6 +163,9 @@ Library ------- +- Patch #763580: Add name and value arguments to Tkinter variable + classes. + - Bug #1117556: SimpleHTTPServer now tries to find and use the system's mime.types file for determining MIME types.