Issue 548693: Missing or wrong index entries (original) (raw)
Issue548693
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/36497
classification
Title: | Missing or wrong index entries | |
---|---|---|
Type: | Stage: | |
Components: | Documentation | Versions: |
process
Status: | closed | Resolution: | accepted |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | rhettinger | Nosy List: | fdrake, rhettinger, theller |
Priority: | normal | Keywords: |
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) * ![]() |
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) * ![]() |
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) * ![]() |
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) ![]() |
Date: 2002-05-15 15:33 |
Logged In: YES user_id=3066 Looks good to me. | ||
msg10529 - (view) | Author: Raymond Hettinger (rhettinger) * ![]() |
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 |