]> granicus.if.org Git - python/commitdiff
Added News for r66338
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Tue, 9 Sep 2008 14:01:25 +0000 (14:01 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Tue, 9 Sep 2008 14:01:25 +0000 (14:01 +0000)
Misc/NEWS

index 1dd15d6cf25f0a3aa10df143bfd2bed8216ad883..2a54c0cfb2ef1cf588a0ea92d5e77cc2c98b8297 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.0 release candidate 1
 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.