[issue5327] Broken link in "What's New in Python 2.5"

2009-02-20 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r69803. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bug

[issue5327] Broken link in "What's New in Python 2.5"

2009-02-19 Thread Ezio Melotti
New submission from Ezio Melotti : The link in the second paragraph of "The ElementTree package" [1] section of the "What's New in Python 2.5" page is broken. [1]: http://docs.python.org/whatsnew/2.5.html#module-hashlib (the name of this anchor is also wrong, see #5326) -- assignee: geo