bcoe / secure-smtpd

Fork of Python's standard SMTP server. Adding support for various extensions to the protocol.
ISC License
128 stars 42 forks source link

Ensure file handle is closed by using with statement #16

Closed svisser closed 9 years ago

svisser commented 9 years ago

Ensure the file handle in setup.py is automatically closed.

bcoe commented 9 years ago

Thanks! added you as a collaborator, feel free to submit future patches as branches on the project itself.