summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-09-09 14:01:25 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-09-09 14:01:25 (GMT)
commit167b12b71c34e1fdf630a90adca8c77476dbac81 (patch)
tree82b58af07f9120ec37bb4a9315fad28582829d6b /Misc
parentf8247796b12ba699da67601f7ff5f043b2d7998e (diff)
downloadcpython-167b12b71c34e1fdf630a90adca8c77476dbac81.zip
cpython-167b12b71c34e1fdf630a90adca8c77476dbac81.tar.gz
cpython-167b12b71c34e1fdf630a90adca8c77476dbac81.tar.bz2
Added News for r66338
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1dd15d6..2a54c0c 100644
--- 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.