| commit | 46874ad367c2f3fdd47b2c8cb4b405bbcb2ed14a | [log] [tgz] |
|---|---|---|
| author | Richard Oudkerk <shibturn@gmail.com> | Fri Jul 27 12:06:55 2012 +0100 |
| committer | Richard Oudkerk <shibturn@gmail.com> | Fri Jul 27 12:06:55 2012 +0100 |
| tree | 7a082ee1141091afb3a20761d045ab0cf6cad5f4 | |
| parent | a61b45980b4a6187e043abfb10c727b82e619ee2 [diff] [blame] |
Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.
diff --git a/Misc/NEWS b/Misc/NEWS index 8f48d0b..2035f48 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -55,6 +55,9 @@ Library ------- +- Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an + absolute path. + - Issue #15041: update "see also" list in tkinter documentation. - Issue #15413: os.times() had disappeared under Windows.