Discussion:
[Python-3000-checkins] r65717 - python/branches/py3k
brett.cannon
2008-08-16 21:48:09 UTC
Permalink
Author: brett.cannon
Date: Sat Aug 16 23:48:09 2008
New Revision: 65717

Log:
Blocked revisions 65716 via svnmerge

........
r65716 | brett.cannon | 2008-08-16 14:47:07 -0700 (Sat, 16 Aug 2008) | 5 lines

Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer.
This does have an unfortunate side-effect of silencing the warning for all
subsequent code that imports mimetools as well since the warning is only
executed upon the first import of mimetools.
........


Modified:
python/branches/py3k/ (props changed)

Loading...