You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jplephem.excerpter.RemoteFile uses urllib.request.URLopener, which was deprecated in Python 3.3. Would you accept a PR that makes it use urlopen() instead? Thanks!
The text was updated successfully, but these errors were encountered:
barneygale
changed the title
RemoteFile uses deprecated urllib.URLopener
RemoteFile uses deprecated urllib.request.URLopener
Oct 22, 2024
jplephem.excerpter.RemoteFile
usesurllib.request.URLopener
, which was deprecated in Python 3.3. Would you accept a PR that makes it useurlopen()
instead? Thanks!The text was updated successfully, but these errors were encountered: