By passing a `Retry` object to `urlopen` instead of just `False`, it prevents `urllib3` from having to create a Retry object with `from_int`. `from_int` emits an undesirable log message when called with `retries=False`, and this can be avoided by the method described above.