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 2012年09月18日 11:34 by malthe, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| patch.diff | malthe, 2012年09月18日 11:34 | Bugfix | review | |
| Messages (3) | |||
|---|---|---|---|
| msg170640 - (view) | Author: Malthe Borch (malthe) * | Date: 2012年09月18日 11:34 | |
When ``docutils`` are importable, distutils uses a reporter implementation that incorrectly drops a return value from the ``system_message`` override (see patch). |
|||
| msg170654 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年09月18日 16:07 | |
Thanks for the report and patch. I think a similar issue was reported for distutils2 (maybe only orally, not on this tracker, I have to search). How did you find the bug? In other words, can you add a unit test for this? :) |
|||
| msg173944 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年10月27日 17:15 | |
Found it! I will backport the fix to distutils now. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:36 | admin | set | github: 60165 |
| 2012年10月27日 17:15:22 | eric.araujo | set | status: open -> closed superseder: setup.py register fails if long_description contains ReST messages: + msg173944 resolution: duplicate stage: test needed -> resolved |
| 2012年09月18日 16:07:25 | eric.araujo | set | versions:
+ 3rd party, Python 3.3 nosy: + alexis messages: + msg170654 components: + Distutils2 stage: test needed |
| 2012年09月18日 11:34:50 | malthe | create | |