commit | fa7809df023562780c0932bfc554ec8e6559cf37 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Jul 18 00:00:03 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Jul 18 00:00:03 2004 +0000 |
tree | d8d6293136286bc6e8b54d0c0268343bfe9ee3d4 | |
parent | 1d64fb34616505e0dcf494dd1c765b656327916c [diff] |
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.