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

Unified Diff: Doc/library/email.header.rst

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
« no previous file | Lib/email/generator.py » ('j') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Doc/library/email.header.rst
===================================================================
--- Doc/library/email.header.rst (revision 64495)
+++ Doc/library/email.header.rst (working copy)
@@ -74,7 +74,8 @@
Optional *continuation_ws* must be :rfc:`2822`\ -compliant folding whitespace,
and is usually either a space or a hard tab character. This character will be
- prepended to continuation lines.
+ prepended to continuation lines. The default *continuation_ws* is a single
+ space character (" ").
Optional *errors* is passed straight through to the :meth:`append` method.
« no previous file | Lib/email/generator.py » ('j')

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