summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-03-31 05:40:09 (GMT)
committerGitHub <noreply@github.com>2021-03-31 05:40:09 (GMT)
commite92923b028024290a0e621b6b90e3221767d14d4 (patch)
treef20f46e40572423543d018d302dda9838b83c510 /Misc
parentc1079cde2a7676892a9b98703903206b7d26ed1f (diff)
downloadcpython-e92923b028024290a0e621b6b90e3221767d14d4.zip
cpython-e92923b028024290a0e621b6b90e3221767d14d4.tar.gz
cpython-e92923b028024290a0e621b6b90e3221767d14d4.tar.bz2
bpo-42225: IDLE - document two unix-related problems. (GH-25078)
1. Bad IP masquerade rules can prevent startup. 2. X cannot handle some complex colored chars. (cherry picked from commit 1b4a9c7956d5dc64f8002f62bf0faae2d1892f90) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2021-03-29-16-22-27.bpo-42225.iIeiLg.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2021-03-29-16-22-27.bpo-42225.iIeiLg.rst b/Misc/NEWS.d/next/IDLE/2021-03-29-16-22-27.bpo-42225.iIeiLg.rst
new file mode 100644
index 0000000..59fb08b
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2021-03-29-16-22-27.bpo-42225.iIeiLg.rst
@@ -0,0 +1,2 @@
+Document that IDLE can fail on Unix either from misconfigured IP masquerage
+rules or failure displaying complex colored (non-ascii) characters.