summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Finkler <3929834+DudeNr33@users.noreply.github.com>2023-04-27 19:14:11 +0200
committerGitHub <noreply@github.com>2023-04-27 19:14:11 +0200
commit4350c6fd7a955892712e2bf7a78adf4531e483b4 (patch)
tree118b71dd9916365a90dfd945fcaa28ebbc824359 /doc
parente507a4d87ec80e706ac0c8ce2d23bd28006cbbbc (diff)
downloadpylint-git-4350c6fd7a955892712e2bf7a78adf4531e483b4.tar.gz
Added escaping of vertical bar character in annotation labels (#8610) (#8631)
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8603.bugfix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8603.bugfix b/doc/whatsnew/fragments/8603.bugfix
new file mode 100644
index 000000000..1a1025c4b
--- /dev/null
+++ b/doc/whatsnew/fragments/8603.bugfix
@@ -0,0 +1,3 @@
+``pyreverse``: added escaping of vertical bar character in annotation labels produced by DOT printer to ensure it is not treated as field separator of record-based nodes.
+
+Closes #8603