[issue20393] Docs: mark deprecated items in the TOC

2021-06-02 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 2.7, Python 3.3, Python 3.4, Python 3.5 ___ Python tracker ___ ___ Python

[issue20393] Docs: mark deprecated items in the TOC

2014-02-15 Thread Ezio Melotti
Ezio Melotti added the comment: Are you talking about http://docs.python.org/3/library/index.html ? That might work for whole modules, but not for classes/methods/functions. An easy fix for modules would be to add (deprecated) right in the title so that it's visible in the index and also in the

[issue20393] Docs: mark deprecated items in the TOC

2014-01-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue20393] Docs: mark deprecated items in the TOC

2014-01-25 Thread Zearin
New submission from Zearin: When exploring the docs for the standard library, it’s frustrating to have an idea and look for the answer only to find out that an entire module (or package) has been deprecated _after_ I click on it. Can we have links to deprecated items on the Standard Library’s