[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Straw-commits] address@hidden/straw--mainline--0.24--patch-95
From: |
juri |
Subject: |
[Straw-commits] address@hidden/straw--mainline--0.24--patch-95 |
Date: |
Tue, 06 Jul 2004 14:34:57 +0300 |
Revision: straw--mainline--0.24--patch-95
Archive: address@hidden
Creator: Juri Pakaste <address@hidden>
Date: Tue Jul 6 14:34:57 EEST 2004
Standard-date: 2004-07-06 11:34:57 GMT
Modified-files: src/lib/FeedCategoryList.py
New-patches: address@hidden/straw--mainline--0.24--patch-95
Summary: fix a problem with FeedCategory hashing
Keywords:
using a mutable field for hash calculation is *not* a good idea! the current
version of __hash__ is not stable across restarts - it uses id() - but at least
it doesn't break when the category's title is changed
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Straw-commits] address@hidden/straw--mainline--0.24--patch-95,
juri <=