]> granicus.if.org Git - python/commit
Complete deprecation of BaseException.message. Some subclasses were directly
authorBrett Cannon <bcannon@gmail.com>
Thu, 17 May 2007 02:02:56 +0000 (02:02 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 17 May 2007 02:02:56 +0000 (02:02 +0000)
commit5cd0fca9d89ce16f5ddfb4d6b11ef04fa0ee1de0
tree46a86e993c240e11ebe22f5af0d4029c267a81f1
parent72ef8daa88982dc66b444bc5b5445e109281a186
Complete deprecation of BaseException.message.  Some subclasses were directly
accessing the message attribute instead of using the descriptor.
Objects/exceptions.c