1 | initial version |
In the file sage/databases/sloane.py replace in the code
def install(self, oeis_url="http://oeis.org/classic/stripped.gz", names_url="http://oeis.org/classic/names.gz", overwrite=False):
by
def install(self, oeis_url="http://oeis.org/stripped.gz", names_url="http://oeis.org/names.gz", overwrite=False):
In the documentation of the install function replace
- ``oeis_url`` - string (default: "http://www.research.att.com...")
by
- ``oeis_url`` - string (default: "http://oeis.org...")
and replace
- ``names_url`` - string (default: "http://www.research.att.com...")
by
- ``names_url`` - string (default: "http://oeis.org...")
Reference: http://oeis.org/wiki/QandA_For_New_OEIS#The_files_stripped.gz.2C_names.gz