[issue15247] io.open() is inconsistent re os.open()

2012-07-06 Thread Dave King
Changes by Dave King : -- nosy: +davbo ___ Python tracker <http://bugs.python.org/issue15247> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue8890] Use tempfile instead of /tmp in examples

2011-06-26 Thread Dave King
Dave King added the comment: Spotted another use of /tmp/ in the logging howto. Attached a diff. -- nosy: +davbo Added file: http://bugs.python.org/file22483/tmp_logging_howto.diff ___ Python tracker <http://bugs.python.org/issue8

[issue975330] Inconsistent newline handling in email module

2011-06-25 Thread Dave King
Dave King added the comment: Added some tests against the patch provided by R. David Murray. See attached patch. Tests pass against default. -- nosy: +davbo Added file: http://bugs.python.org/file22473/base_encode_tests.patch ___ Python tracker