commit | 2ac9d3110898a1cfc779dd436f05cd6ac231cbb3 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 19 23:27:37 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 19 23:27:37 2014 +0200 |
tree | b62d200630b8675414e833a7f1200cd424cf7ebe | |
parent | c77d4ba85b4d2f08b4de094bc9d9104113772374 [diff] [blame] |
Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment variables names and values.
diff --git a/Misc/NEWS b/Misc/NEWS index b66f945..2593500 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Library ------- +- Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment + variables names and values. + - Issue #20635: Fixed grid_columnconfigure() and grid_rowconfigure() methods of Tkinter widgets to work in wantobjects=True mode.