<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 27/11/2010 13:00, Eli Bendersky wrote:
<blockquote
cite="mid:AANLkTinn9KgyXo8d3O434DZQdFvTVdxnX=WSYwuvS3Su@mail.gmail.com"
type="cite">
<div dir="ltr">
<div class="gmail_quote">On Sat, Nov 27, 2010 at 14:17, Nick
Coghlan <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:ncoghlan@gmail.com">ncoghlan@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
On Thu, Nov 25, 2010 at 4:12 PM, terry.reedy <<a
moz-do-not-send="true"
href="mailto:python-checkins@python.org">python-checkins@python.org</a>>
wrote:<br>
> The :class:`SequenceMatcher` class has this
constructor:<br>
><br>
><br>
> -.. class:: SequenceMatcher(isjunk=None, a='', b='')<br>
> +.. class:: SequenceMatcher(isjunk=None, a='', b='',
autojunk=True)<br>
><br>
> Optional argument *isjunk* must be ``None`` (the
default) or a one-argument<br>
> function that takes a sequence element and returns
true if and only if the<br>
> @@ -340,6 +349,9 @@<br>
> The optional arguments *a* and *b* are sequences to
be compared; both default to<br>
> empty strings. The elements of both sequences must
be :term:`hashable`.<br>
><br>
> + The optional argument *autojunk* can be used to
disable the automatic junk<br>
> + heuristic.<br>
> +<br>
<br>
Catching up on checkins traffic, so a later checkin may
already fix<br>
this, but there should be a versionchanged tag in the docs
to note<br>
when the autojunk parameter was added.<br>
</blockquote>
</div>
<br>
Hi Nick,<br>
<br>
Since autojunk was added in 2.7.1 (the docs of which do indicate
this is the versionchanged tag), I think Terry may have left the
tag in 3.2 out on purpose. That said, personally I don't know
what the policy is regarding features added just in 3.2 and 2.7
(and didn't exist in 3.1) in this respect.<br>
</div>
</blockquote>
<br>
Features new in Python 3.2 that didn't exist in 3.1 should have a
versionadded:: 3.2 tag.<br>
<br>
Michael<br>
<br>
<blockquote
cite="mid:AANLkTinn9KgyXo8d3O434DZQdFvTVdxnX=WSYwuvS3Su@mail.gmail.com"
type="cite">
<div dir="ltr">
<br>
Eli<br>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Python-Dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Python-Dev@python.org">Python-Dev@python.org</a>
<a class="moz-txt-link-freetext" href="http://mail.python.org/mailman/listinfo/python-dev">http://mail.python.org/mailman/listinfo/python-dev</a>
Unsubscribe: <a class="moz-txt-link-freetext" href="http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk">http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://www.voidspace.org.uk/">http://www.voidspace.org.uk/</a>
READ CAREFULLY. By accepting and reading this email you agree,
on behalf of your employer, to release me from all obligations
and waivers arising from any and all NON-NEGOTIATED agreements,
licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap,
confidentiality, non-disclosure, non-compete and acceptable use
policies (”BOGUS AGREEMENTS”) that I have entered into with your
employer, its partners, licensors, agents and assigns, in
perpetuity, without prejudice to my ongoing rights and privileges.
You further represent that you have the authority to release me
from any BOGUS AGREEMENTS on behalf of your employer.
</pre>
</body>
</html>