[issue11610] Improving property to accept abstract methods

Darren Dale report at bugs.python.org
Thu Mar 24 17:23:09 CET 2011


Darren Dale <dsdale24 at gmail.com> added the comment:

Here is a new version of the patch. I think it addresses all of the issues that have been raised to date.

I had to comment out the -lintl line in Modules/Setup to build on OS X, this seems to be a similar issue to http://bugs.python.org/issue6154 . So I don't have a _locale module, and I also don't have _scproxy. I ran "make test", and get the same results with and without the patch: 315 passes, 22 failed, 15 skipped. All of the failures are due to missing _locale and _scproxy, with the exception of an error during the sax test that is unrelated to my changes.

----------
components:  -Library (Lib)
Added file: http://bugs.python.org/file21375/issue11610_v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11610>
_______________________________________


More information about the Python-bugs-list mailing list