From: Stuart B. <st...@st...> - 2005-01-06 08:40:50
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ian Bicking wrote: | Is there anything people know of that should be resolved before 0.6.1? | As far as I can remember, it's just been a bunch of bug fixes since 0.6 | (most from Oleg, thanks!) I would like to see the death of __del__ methods, or at the very least swallowing any exceptions raised inside them. The spurious warnings are causing our test suite grief (but it won't be the end of the world if it isn't in the next release). __del__ methods seem to have little use except to confuse the Python garbage collector and generate random bugs, so I personally consider code that relies on them broken ;) I'll work on a patch unless someone beats me to it. - -- Stuart Bishop <st...@st...> http://www.stuartbishop.net/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFB3PmGAfqZj7rGN0oRAgvQAJ4toPE3kESwokPQ2de7f81pAp+axQCbBGvu P+R03geRUqWSQ/u6Js/UF5g= =Xdcm -----END PGP SIGNATURE----- |