##// END OF EJS Templates
Backport PR #10414: update author email...
Thomas Kluyver -
Show More
@@ -99,7 +99,7 b' def fix_error_editor(self,filename,linenum,column,msg):'
99 in future versions. It appears to be used only for automatically fixing syntax
99 in future versions. It appears to be used only for automatically fixing syntax
100 error that has been broken for a few years and has thus been removed. If you
100 error that has been broken for a few years and has thus been removed. If you
101 happend to use this function and still need it please make your voice heard on
101 happend to use this function and still need it please make your voice heard on
102 the mailing list ipython-dev@scipy.org , or on the GitHub Issue tracker:
102 the mailing list ipython-dev@python.org , or on the GitHub Issue tracker:
103 https://github.com/ipython/ipython/issues/9649 """, UserWarning)
103 https://github.com/ipython/ipython/issues/9649 """, UserWarning)
104
104
105 def vim_quickfix_file():
105 def vim_quickfix_file():
@@ -101,9 +101,9 b" authors = {'Fernando' : ('Fernando Perez','fperez.net@gmail.com'),"
101
101
102 author = 'The IPython Development Team'
102 author = 'The IPython Development Team'
103
103
104 author_email = 'ipython-dev@scipy.org'
104 author_email = 'ipython-dev@python.org'
105
105
106 url = 'http://ipython.org'
106 url = 'https://ipython.org'
107
107
108
108
109 platforms = ['Linux','Mac OSX','Windows']
109 platforms = ['Linux','Mac OSX','Windows']
General Comments 0
You need to be logged in to leave comments. Login now