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.

Author Mariatta
Recipients Mariatta, docs@python
Date 2016-10-05.05:56:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475646970.65.0.933224265007.issue28362@psf.upfronthosting.co.za>
In-reply-to
Content
In documentation for python 3.3, the deprecation warning is rendered in a red box which is more eye-catching.

eg https://docs.python.org/3.3/library/imp.html?highlight=imp#module-imp

But since python 3.4 onwards, seems like the red box disappears and the deprecation warning message no longer stands out.

for example
https://docs.python.org/3.4/library/imp.html?highlight=imp#module-imp

I kinda prefer like the older style (with the red box).
History
Date User Action Args
2016-10-05 05:56:10Mariattasetrecipients: + Mariatta, docs@python
2016-10-05 05:56:10Mariattasetmessageid: <1475646970.65.0.933224265007.issue28362@psf.upfronthosting.co.za>
2016-10-05 05:56:10Mariattalinkissue28362 messages
2016-10-05 05:56:09Mariattacreate