[issue27735] 'module' object has no attribute 'SIGALRM' - singal module

2016-08-11 Thread Ram Vallury
New submission from Ram Vallury: 'module' object has no attribute 'SIGALRM' SIGALRM is not identified in windows, python 2.7. There is no explicit mention of this in documentation as well. === $ python Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:32:19) [MSC v.1500

[issue26209] TypeError in smtpd module with string arguments

2016-08-09 Thread Ram Vallury
Ram Vallury added the comment: added space before word portnumber. column space adjusted -- Added file: http://bugs.python.org/file44055/smtpd_doc_updated_3.patch ___ Python tracker <http://bugs.python.org/issue26

[issue26209] TypeError in smtpd module with string arguments

2016-08-08 Thread Ram Vallury
Ram Vallury added the comment: Submitting patch 2 for smtpd doc changes -- Added file: http://bugs.python.org/file44047/smtpd_doc_updated_2.patch ___ Python tracker <http://bugs.python.org/issue26

[issue26209] TypeError in smtpd module with string arguments

2016-08-08 Thread Ram Vallury
Ram Vallury added the comment: Updated the documentation of smtpd. https://docs.python.org/3/library/smtpd.html#smtpserver-objects * this is my first patch, please revert back to me or make learn if I do any mistake* -- keywords: +patch nosy: +rvallury Added file: http