Issue548693
Created on 2002年04月25日 16:57 by theller, last changed 2022年04月10日 16:05 by admin. This issue is now closed.
Files |
File name |
Uploaded |
Description |
Edit |
libstdtypes.diff
|
rhettinger,
2002年05月13日 01:34
|
Patch to fix missing index entries |
Messages (5) |
msg10525 - (view) |
Author: Thomas Heller (theller) * (Python committer) |
Date: 2002年04月25日 16:57 |
As repoted by Cliff Wells in private email to me:
The dictionary's 'setdefault' method is not if the
library index.
'has_key' is listed in the library index as Queue
method, but the entry refers to "Hash, Btree, and
Record Objects" of bsddb.
|
msg10526 - (view) |
Author: Raymond Hettinger (rhettinger) * (Python committer) |
Date: 2002年05月13日 01:34 |
Logged In: YES
user_id=80475
Added patch to index missing methods.
Note, has_key was already fixed by Py2.2.
Fred, is this patch okay to commit?
|
msg10527 - (view) |
Author: Raymond Hettinger (rhettinger) * (Python committer) |
Date: 2002年05月13日 01:39 |
Logged In: YES
user_id=80475
Okay to check-in?
Also, okay to back-patch to release22-maint (without the pop
() method)?
|
msg10528 - (view) |
Author: Fred Drake (fdrake) (Python committer) |
Date: 2002年05月15日 15:33 |
Logged In: YES
user_id=3066
Looks good to me.
|
msg10529 - (view) |
Author: Raymond Hettinger (rhettinger) * (Python committer) |
Date: 2002年05月15日 15:51 |
Logged In: YES
user_id=80475
Committed as libstdtypes.tex 1.93 and 1.80.6.9.
|
History
|
---|
Date |
User |
Action |
Args |
2022年04月10日 16:05:16 | admin | set | github: 36497 |
2002年04月25日 16:57:39 | theller | create |