Michael Foord wrote: > Benjamin Peterson wrote: >> 2009/9/15 Georg Brandl <[email protected]> schrieb: >> >>>> On Tue, Sep 15, 2009 at 11:35, Antoine Pitrou <[email protected]> >>>> wrote: >>>> >>>>> Le mardi 15 septembre 2009 à 19:27 +0100, Michael Foord a écrit : >>>>> >>>>>> Two examples of deprecated modules in the Python documentation: >>>>>> >>>>>> http://docs.python.org/library/md5.html >>>>>> http://docs.python.org/library/mimewriter.html >>>>>> >>>>>> The deprecation notice could be stronger / more prominent. >>>>>> >>>>> Perhaps deprecated modules can get some kind of greyish style >>>>> (background and/or font). Georg, is it possible? :) >>>>> >>> The whole document? Seems a bit too intrusive to me, and there is no >>> obvious >>> connection to the deprecation if the deprecation notice is still hard >>> to see. >>> >> >> Wouldn't a flashing red background with a scrolling marquee in a >> gothic font be more effective? >> >> >> >> > +1 for <blink><marquee> on the whole document...
Those were deprecated a long long time ago by the W3C: http://www.w3.org/TR/WCAG10/ Today, you have to use a different concept for this called "CSS" and the new syntax goes like this: <body style="text-decoration:blink;">...</body> That's just as annoying, but hey, it's standards conform ;-) Hmm, now why didn't they just remove it altogether... (sorry, couldn't resist) -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Sep 15 2009) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ ::: Try our new mxODBC.Connect Python Database Interface for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ _______________________________________________ stdlib-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/stdlib-sig
