summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-30 09:43:00 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-30 09:43:00 (GMT)
commit34cc0f53be27a453f56f82e0088108a907ead616 (patch)
tree2db7fcb9c03e491788788f64348e25a847b6ecb9 /Misc
parent25fbb891d86ecea80d7f12d49a8aa298b9312efa (diff)
downloadcpython-34cc0f53be27a453f56f82e0088108a907ead616.zip
cpython-34cc0f53be27a453f56f82e0088108a907ead616.tar.gz
cpython-34cc0f53be27a453f56f82e0088108a907ead616.tar.bz2
#6719: In pdb, do not stop somewhere in the encodings machinery if the source file to be debugged is in a non-builtin encoding.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dc8b72c..901d21f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,9 @@ C-API
Library
-------
+- Issue #6719: In pdb, do not stop somewhere in the encodings machinery
+ if the source file to be debugged is in a non-builtin encoding.
+
- Issue #8048: Prevent doctests from failing when sys.displayhook has
been reassigned.