Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(10)

Unified Diff: Lib/email/generator.py

Issue 2407: [issue1974] Use space character as continuation_ws (Closed) SVN Base: http://svn.python.org/view/*checkout*/python/trunk/
Patch Set: Created 1 year, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: Lib/email/generator.py
===================================================================
--- Lib/email/generator.py (revision 64495)
+++ Lib/email/generator.py (working copy)
@@ -159,7 +159,7 @@
# Header's got lots of smarts, so use it.
print >> self._fp, Header(
v, maxlinelen=self._maxheaderlen,
- header_name=h, continuation_ws='\t').encode()
+ header_name=h).encode()
# A blank line always separates headers from body
print >> self._fp

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r483