Fix handling of file inputs on Windows; passing them to urllib.urlopen()
caused the drive letter to cause urlopen() to think it was an unrecognized URL scheme. This only passes system ids to urlopen() if the file does not exist. It works on Windows & Unix. It should work everywhere else as well.
F
Fred Drake committed
0872e0585196a894c8c2c2dbea1a0fdd68391c90
Parent: 1bac645