In article <[email protected]>, Terry Reedy <[email protected]> wrote: > Ned, is there any reason to not add the trailing '/' to the url for > 3.4.2? I verified that it is being added by python.org when connecting > from win7 with FF. How about adding the 's' for 'https'?
There is no reason not to add both at this point, although the old url *should* continue to work. Using those changes avoids a couple of redirects. -- Ned Deily, [email protected] -- https://mail.python.org/mailman/listinfo/python-list
