[issue11293] Distutils - read the file when using it in long_description

2011-02-25 Thread Éric Araujo
Éric Araujo added the comment: I had a better patch pending for that, thanks for the reminder. Fixed in r88613 (py3k), r88614 (3.2), r88615 (3.1) and r88617 (2.7). I took the time machine and fixed it six months ago in distutils2 in [c03dd6283e94]. -- assignee: docs@python -> eric.a

[issue11293] Distutils - read the file when using it in long_description

2011-02-23 Thread Sandro Tosi
Changes by Sandro Tosi : -- assignee: sandro.tosi -> docs@python nosy: +docs@python ___ Python tracker ___ ___ Python-bugs-list mailin

[issue11293] Distutils - read the file when using it in long_description

2011-02-22 Thread Sandro Tosi
New submission from Sandro Tosi : Following up http://mail.python.org/pipermail/docs/2011-February/003087.html here's a patch to read the contents of the file for long_description. -- assignee: sandro.tosi components: Documentation files: distutils-read-longdescr-file-py3k.patch keyword