]> granicus.if.org Git - python/commit
Patch #1276356: Implement new resource "urlfetch" for regrtest.
authorHye-Shik Chang <hyeshik@gmail.com>
Sat, 10 Dec 2005 17:44:27 +0000 (17:44 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sat, 10 Dec 2005 17:44:27 +0000 (17:44 +0000)
commitaaa2f1dea706daf2a5f431d97a3e3120dba652d2
treec602cfc7ed52919ab7cffa175abfe4a6880869ac
parent432be36056ca12f5265616f07d2f369d5878982d
Patch #1276356: Implement new resource "urlfetch" for regrtest.
This enables even impatient people to run tests that require remote
files such as test_normalization and test_codecmaps_*.
Lib/test/regrtest.py
Lib/test/test_codecmaps_cn.py
Lib/test/test_codecmaps_hk.py
Lib/test/test_codecmaps_jp.py
Lib/test/test_codecmaps_kr.py
Lib/test/test_codecmaps_tw.py
Lib/test/test_multibytecodec_support.py
Lib/test/test_normalization.py
Lib/test/test_support.py
Misc/NEWS