On 5/14/07, Guido van Rossum <[EMAIL PROTECTED]> wrote:
On 5/13/07, neal.norwitz <[email protected]> wrote: > Author: neal.norwitz > Date: Mon May 14 04:47:57 2007 > New Revision: 55306 > > Modified: > python/branches/p3yk/Doc/Makefile.deps > Log: > Get the doc building again after some removals. > > Modified: python/branches/p3yk/Doc/Makefile.deps > ============================================================================== > --- python/branches/p3yk/Doc/Makefile.deps (original) > +++ python/branches/p3yk/Doc/Makefile.deps Mon May 14 04:47:57 2007 > @@ -204,16 +204,11 @@ > lib/libossaudiodev.tex \ > lib/libcrypto.tex \ > lib/libhashlib.tex \ > - lib/libmd5.tex \ > - lib/libsha.tex \ > lib/libhmac.tex \ > lib/libstdwin.tex \ WHAT?!?! stdwin is still there,
I can't even find the module for this to remove. I didn't even know this existed. Just tell me where the code is (if there is any left) and I will rip it out. and you're removing md5 and sha? Both modules have been deprecated since 2.5 and replaced by the hashlib module. -Brett
_______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
