Kaydet (Commit) f4bb656a authored tarafından Fred Drake's avatar Fred Drake

DumbWriter.send_paragraph(): Fix problem with DumbWriter reported to

	the newsgroup by Raymond Tong Leng Ng <rntl@yahoo.com>.
üst e23cde2f
......@@ -331,7 +331,7 @@ class DumbWriter(NullWriter):
self.atbreak = 0
def send_paragraph(self, blankline):
self.file.write('\n' + '\n'*blankline)
self.file.write('\n'*blankline)
self.col = 0
self.atbreak = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment