mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
small fixes by Barry. This removes mimetools from the stdlib.
This commit is contained in:
parent
75f25f2c9a
commit
820c120059
23 changed files with 146 additions and 202 deletions
|
@ -8,7 +8,6 @@ import socket
|
|||
import urllib2
|
||||
import sys
|
||||
import os
|
||||
import mimetools
|
||||
|
||||
|
||||
def _retry_thrice(func, exc, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue