Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r45344:f75946f8b127 Date: 2011-07-04 21:04 +0200 http://bitbucket.org/pypy/pypy/changeset/f75946f8b127/
Log: kill 2 codespeak references diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/pypy/interpreter/baseobjspace.py @@ -237,7 +237,7 @@ class ObjSpace(object): """Base class for the interpreter-level implementations of object spaces. - http://codespeak.net/pypy/dist/pypy/doc/objspace.html""" + http://pypy.readthedocs.org/en/latest/objspace.html""" full_exceptions = True # full support for exceptions (normalization & more) diff --git a/pypy/translator/goal/translate.py b/pypy/translator/goal/translate.py --- a/pypy/translator/goal/translate.py +++ b/pypy/translator/goal/translate.py @@ -186,7 +186,7 @@ print "\n\nTarget specific help:\n\n" targetspec_dic['print_help'](config) print "\n\nFor detailed descriptions of the command line options see" - print "http://codespeak.net/pypy/dist/pypy/doc/config/commandline.html" + print "http://pypy.readthedocs.org/en/latest/config/commandline.html" sys.exit(0) return targetspec_dic, translateconfig, config, args _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit