summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-17 20:43:42 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-03-17 20:43:42 (GMT)
commit259314622750c72de2ef377e77a0b70b8d8b2fb5 (patch)
tree089ad865c7be59bf68fd72e0d5c18c12d831e345 /Misc
parentddaa7064ee81c48adc4fdea327892c29179f7845 (diff)
downloadcpython-259314622750c72de2ef377e77a0b70b8d8b2fb5.zip
cpython-259314622750c72de2ef377e77a0b70b8d8b2fb5.tar.gz
cpython-259314622750c72de2ef377e77a0b70b8d8b2fb5.tar.bz2
Bug #2301: Don't try decoding the source code into the original
encoding for syntax errors.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1665256..6c38150 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,12 @@ What's New in Python 3.0a4?
*Release date: XX-XXX-2008*
+Core and Builtins
+-----------------
+
+- Bug #2301: Don't try decoding the source code into the original
+ encoding for syntax errors.
+
Extension Modules
-----------------