summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2018-11-09 12:23:51 +0530
committerGitHub <noreply@github.com>2018-11-09 12:23:51 +0530
commit4c04e2275a00d33cca8829d9f37bd29626fc650e (patch)
treef384da50d507c104834baa88ee927b27e4f84f18
parent9c7bff3b1248be7b3f392c963fcb97f253c22445 (diff)
downloadpip-4c04e2275a00d33cca8829d9f37bd29626fc650e.tar.gz
Update 3662.bugfix
-rw-r--r--news/3662.bugfix2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/3662.bugfix b/news/3662.bugfix
index 760e6a454..2a94f55f3 100644
--- a/news/3662.bugfix
+++ b/news/3662.bugfix
@@ -1 +1 @@
-This works around an issue with Jython's `re` implementation that would otherwise result in `RuntimeError: maximum recursion depth exceeded (Java StackOverflowError)` \ No newline at end of file
+Work around an issue with Jython's `re` implementation that resulted in a Java StackOverflowError.