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.
Created on 2010-05-15 22:08 by stutzbach, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
mapping.patch | stutzbach, 2010-05-15 22:08 | Change Mapping.__eq__ to return NotImplemented if the other type isn't a Mapping | ||
eq-test.patch | stutzbach, 2010-05-19 00:27 | Add test cases | ||
mapping2.patch | stutzbach, 2010-05-21 18:57 | Revised patch, with fix and unit tests |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:01 | admin | set | github: 52975 |
2010-05-21 20:52:37 | benjamin.peterson | set | status: open -> closed resolution: fixed messages: + msg106264 |
2010-05-21 18:57:16 | stutzbach | set | files:
+ mapping2.patch messages: + msg106257 |
2010-05-20 04:46:58 | stutzbach | set | messages: + msg106131 |
2010-05-19 21:55:22 | benjamin.peterson | set | messages: + msg106107 |
2010-05-19 00:27:14 | stutzbach | set | files:
+ eq-test.patch messages: + msg106017 |
2010-05-18 19:36:31 | pitrou | set | nosy:
+ pitrou messages: + msg106001 versions: + Python 2.6, Python 3.1 |
2010-05-18 19:34:19 | rhettinger | set | messages: + msg106000 |
2010-05-17 21:20:57 | pitrou | set | nosy:
+ rhettinger |
2010-05-16 05:06:58 | stutzbach | set | messages: + msg105849 |
2010-05-16 02:36:19 | benjamin.peterson | set | nosy:
+ benjamin.peterson messages: + msg105846 |
2010-05-15 22:08:11 | stutzbach | create |