]> granicus.if.org Git - python/commit
Workaround for bug #644243 (which is actually an Apple bug, I think): URLs
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 25 Feb 2003 13:34:22 +0000 (13:34 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 25 Feb 2003 13:34:22 +0000 (13:34 +0000)
commitf4a9ac25e9cf27914ad4235d0745980d56212c1d
tree69d570dda53bf0dce9649b22cfd0bc0a6686fa4a
parentc28fc37ed1b3845e757b4388e5a775fb61430f87
Workaround for bug #644243 (which is actually an Apple bug, I think): URLs
of the form file:/path/to/file don't work whereas file:///path/to/file
works fine. We convert the former to the latter.
Lib/plat-mac/ic.py