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 2008年11月30日 19:55 by gpolo, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| FindMethod_verbose_err.diff | gpolo, 2008年11月30日 19:55 | |||
| Messages (4) | |||
|---|---|---|---|
| msg76659 - (view) | Author: Guilherme Polo (gpolo) * (Python committer) | Date: 2008年11月30日 19:55 | |
As was told in http://mail.python.org/pipermail/python-dev/2008-November/083782.html some objects may print a not so nice message when an attribute is not found. I considered this was due to Py_FindMethod being so easy to use that is probably used in several extensions but it doesn't set a good error message. |
|||
| msg76668 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) | Date: 2008年11月30日 22:00 | |
Py_FindMethod was removed in 3.0 |
|||
| msg76671 - (view) | Author: Guilherme Polo (gpolo) * (Python committer) | Date: 2008年12月01日 00:12 | |
Yes, it was a mistake to set the version for py3k too, that is why I removed after noticing it. |
|||
| msg114609 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年08月21日 23:45 | |
Closing now that 2.x is in bugfix-only. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:41 | admin | set | github: 48725 |
| 2010年08月21日 23:45:02 | georg.brandl | set | status: open -> closed nosy: + georg.brandl messages: + msg114609 resolution: out of date |
| 2008年12月01日 00:12:05 | gpolo | set | messages: + msg76671 |
| 2008年11月30日 22:00:10 | amaury.forgeotdarc | set | nosy:
+ amaury.forgeotdarc messages: + msg76668 |
| 2008年11月30日 21:58:27 | gpolo | set | versions: - Python 3.0, Python 3.1 |
| 2008年11月30日 19:55:32 | gpolo | create | |