<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/html/_setmixin.py, branch macos_unicode_tests</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/'/>
<entry>
<title>LP#1799755: Fix ABC imports from collections package to resolve a DeprecationWarning in Py3.7.</title>
<updated>2018-10-24T19:16:26+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2018-10-24T19:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=68cf93c4827ea74e46d2aa6809011f96ed9c689a'/>
<id>68cf93c4827ea74e46d2aa6809011f96ed9c689a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify SetMixin by rebuilding it on top of MutableSet</title>
<updated>2014-12-17T18:47:55+00:00</updated>
<author>
<name>masklinn</name>
<email>github.com@masklinn.net</email>
</author>
<published>2014-12-17T18:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=594f92de741d913cf005e22dcf910519efb94fad'/>
<id>594f92de741d913cf005e22dcf910519efb94fad</id>
<content type='text'>
SetMixin can't be removed entirely as:

* MutableSet annoyingly does not include the method form of the operators on
  purpose: http://bugs.python.org/issue22089
* SetMixin provides a ``copy`` which was only used internally (?) but may be
  used by third parties

Furthermore, because MutableSet and SetMixin differ in their abstract methods
(MutableSet uses discard rather than remove, and __len__ and __contains__ are
abstract) this would require significant edition of subclasses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SetMixin can't be removed entirely as:

* MutableSet annoyingly does not include the method form of the operators on
  purpose: http://bugs.python.org/issue22089
* SetMixin provides a ``copy`` which was only used internally (?) but may be
  used by third parties

Furthermore, because MutableSet and SetMixin differ in their abstract methods
(MutableSet uses discard rather than remove, and __len__ and __contains__ are
abstract) this would require significant edition of subclasses.
</pre>
</div>
</content>
</entry>
<entry>
<title>[svn r3287] r3472@delle:  sbehnel | 2008-02-13 20:31:51 +0100</title>
<updated>2008-02-13T20:49:21+00:00</updated>
<author>
<name>scoder</name>
<email>none@none</email>
</author>
<published>2008-02-13T20:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-lxml.git/commit/?id=7b0df00de653ca4db0c09f28b86f3382437d48ee'/>
<id>7b0df00de653ca4db0c09f28b86f3382437d48ee</id>
<content type='text'>
 renamed lxml.html.setmixin to _setmixin to make clear it's not a real part of lxml

--HG--
branch : trunk
rename : src/lxml/html/setmixin.py =&gt; src/lxml/html/_setmixin.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 renamed lxml.html.setmixin to _setmixin to make clear it's not a real part of lxml

--HG--
branch : trunk
rename : src/lxml/html/setmixin.py =&gt; src/lxml/html/_setmixin.py
</pre>
</div>
</content>
</entry>
</feed>
