]> granicus.if.org Git - python/commit
Patch 471400: escape single-dot lines; by Jason Hildebrand.
authorGuido van Rossum <guido@python.org>
Mon, 15 Oct 2001 18:44:26 +0000 (18:44 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Oct 2001 18:44:26 +0000 (18:44 +0000)
commit1346e83eb037ffc03c72d2fdc6da395acef9bc1b
treedd4922913a54cc025380a014f11ff4852d7b7447
parent5aace07fe00d36fc0bf639ef38c3fc7cdc87eeea
Patch 471400: escape single-dot lines; by Jason Hildebrand.

RFC 2049 recommends never outputting a line consisting of a single
dot.
Lib/quopri.py
Misc/ACKS