commit | 167b12b71c34e1fdf630a90adca8c77476dbac81 | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Tue Sep 09 14:01:25 2008 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Tue Sep 09 14:01:25 2008 +0000 |
tree | 82b58af07f9120ec37bb4a9315fad28582829d6b | |
parent | f8247796b12ba699da67601f7ff5f043b2d7998e [diff] [blame] |
Added News for r66338
diff --git a/Misc/NEWS b/Misc/NEWS index 1dd15d6..2a54c0c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #3813: could not lanch python.exe via symbolic link on cygwin. + - Issue #3705: fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters. Now the behaviour is as expected under Linux, although under Windows it fails at a later point.