summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorsweeneyde <36520290+sweeneyde@users.noreply.github.com>2019-08-07 04:37:08 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-08-07 04:37:08 (GMT)
commite9cbcd0018abd2a5f2348c45d5c9c4265c4f42dc (patch)
tree0eebe37ba186d8615ee291b49a304bbd58cafa12 /Misc
parent610a4823cc0a3c2380ad0dfe64ae483ced4e5304 (diff)
downloadcpython-e9cbcd0018abd2a5f2348c45d5c9c4265c4f42dc.zip
cpython-e9cbcd0018abd2a5f2348c45d5c9c4265c4f42dc.tar.gz
cpython-e9cbcd0018abd2a5f2348c45d5c9c4265c4f42dc.tar.bz2
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482)
https://bugs.python.org/issue37004
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2019-05-22-04-30-07.bpo-37004.BRgxrt.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-05-22-04-30-07.bpo-37004.BRgxrt.rst b/Misc/NEWS.d/next/Documentation/2019-05-22-04-30-07.bpo-37004.BRgxrt.rst
new file mode 100644
index 0000000..dfc8b7e
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2019-05-22-04-30-07.bpo-37004.BRgxrt.rst
@@ -0,0 +1 @@
+In the documentation for difflib, a note was added explicitly warning that the results of SequenceMatcher's ratio method may depend on the order of the input strings. \ No newline at end of file