标签:com string ext ble python 文件 port socket idle enable extension
\Python27\Lib\idlelib\目录下
config-extensions.def文件修改等待时间
[AutoComplete]
enable=1
popupwait=2000(2000表示2秒,修改为0)
AutoComplete.py文件修改提示模块
import os
import sys
import string
在后面加载待提示的模块(import方式)
如:
import urllib
import urllib2
import re
import cookielib
import socket
python IDLE 自动提示功能,布布扣,bubuko.com
标签:com string ext ble python 文件 port socket idle enable extension
原文地址:http://www.cnblogs.com/doudongchun/p/3694801.html