Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core
Commits: a383e29b by kushal kothari at 2020-02-06T19:48:58+00:00 Update conf.py . I think parentheses were missing .Parentheses are added in the commit. - - - - - bb36d44c by Mark Sapiro at 2020-02-06T19:48:59+00:00 Merge branch 'master' into 'master' Update conf.py . I think parentheses were missing .Parentheses are added in the commit. See merge request mailman/mailman!599 - - - - - 1 changed file: - conf.py Changes: ===================================== conf.py ===================================== @@ -239,7 +239,7 @@ def index_html(): os.chdir('build/sphinx/html') try: os.symlink('README.html', 'index.html') - print 'index.html -> README.html' + print('index.html -> README.html') except OSError as error: if error.errno != errno.EEXIST: raise View it on GitLab: https://gitlab.com/mailman/mailman/-/compare/eeecdbaa268bb85f09f446dc672da6d49e94a932...bb36d44c1248344b97b82d823c8fcbe3f3e2df96 -- View it on GitLab: https://gitlab.com/mailman/mailman/-/compare/eeecdbaa268bb85f09f446dc672da6d49e94a932...bb36d44c1248344b97b82d823c8fcbe3f3e2df96 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org