]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The Darwin-specific getproxies_internetconfig() was added to urllib,
authorTim Peters <tim.peters@gmail.com>
Sun, 18 Jul 2004 00:00:03 +0000 (00:00 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 18 Jul 2004 00:00:03 +0000 (00:00 +0000)
commitfa7809df023562780c0932bfc554ec8e6559cf37
treed8d6293136286bc6e8b54d0c0268343bfe9ee3d4
parent1d64fb34616505e0dcf494dd1c765b656327916c
The Darwin-specific getproxies_internetconfig() was added to urllib,
causing test_pyclbr to fail on all other platforms.  Added that routine
to the urllib "ignore" list.
Removed the special case for "g" in the pickle module.  types.py deletes
"g" from its namespace; maybe it didn't always.  Whatever, the special
case isn't needed today.
Lib/test/test_pyclbr.py