<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pylint.git/test/functional/old_style_class_py27.py, branch python_6</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/pylint-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/'/>
<entry>
<title>Revert change from 3b748b4: emit old-style-classes only for classes without bases and without explicitly defined metaclasses.</title>
<updated>2014-08-18T07:55:46+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-18T07:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=19ea91dd27f970d9bd30cf9551b2770ab0fbb16b'/>
<id>19ea91dd27f970d9bd30cf9551b2770ab0fbb16b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check that a class has an explicitly defined metaclass before emitting 'old-style-class' for Python 2.</title>
<updated>2014-08-17T19:35:28+00:00</updated>
<author>
<name>cpopa</name>
<email>devnull@localhost</email>
</author>
<published>2014-08-17T19:35:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pylint.git/commit/?id=7c50e98ba61dc650e995eb0c106ba2487e6e359f'/>
<id>7c50e98ba61dc650e995eb0c106ba2487e6e359f</id>
<content type='text'>
This can catch metaclasses defined at module level, using `__metaclass__ = ...` syntax, which transforms all old style classes to newstyle.
Also, look for the .newstyle attribute instead of bases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can catch metaclasses defined at module level, using `__metaclass__ = ...` syntax, which transforms all old style classes to newstyle.
Also, look for the .newstyle attribute instead of bases.
</pre>
</div>
</content>
</entry>
</feed>
