[issue17612] hooks/mail.py requires [smtp] host to be set, despite a comment to the contrary

2020-12-05 Thread Eric V. Smith
Change by Eric V. Smith : -- resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker ___ ___

[issue17612] hooks/mail.py requires [smtp] host to be set, despite a comment to the contrary

2020-12-05 Thread Irit Katriel
Irit Katriel added the comment: This seems out of date (pre github?) I couldn't find that comment in the current codebase. -- nosy: +iritkatriel status: open -> pending ___ Python tracker

[issue17612] hooks/mail.py requires [smtp] host to be set, despite a comment to the contrary

2013-04-02 Thread Antoine Pitrou
Antoine Pitrou added the comment: Well, mercurial itself requires the presence of a host item in [smtp], so it would make sense to require it too. -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17612

[issue17612] hooks/mail.py requires [smtp] host to be set, despite a comment to the contrary

2013-04-01 Thread Eric V. Smith
New submission from Eric V. Smith: In the mail hook, there's a comment that says: ''' To set the SMTP server to something other than localhost, add a [smtp] section to your hgrc: [smtp] host = mail.python.org port = 25 ''' This is not true. The default host is '', which tells smtplib.SMTP to