#3989: Django seems to parse only the addr-spec production of RFC 2822
-------------------------------------------------------------+--------------
Reporter: Pierre Thierry <[EMAIL PROTECTED]> | Owner:
adrian
Status: new |
Component: Validators
Version: SVN |
Resolution:
Keywords: |
Stage: Accepted
Has_patch: 1 |
Needs_docs: 1
Needs_tests: 0 |
Needs_better_patch: 1
-------------------------------------------------------------+--------------
Comment (by mtredinnick):
Pleaes use re.VERBOSE rather than the string concatenation, because (a) it
is much easier to edit triple-quoted multi-line strings rather than line-
length string fragments that cannot contain newlines and (b) automatic
string concatenation like that will eventually be going away from Python,
so it saves us a few seconds of porting trouble at a later time if we have
an equally useful alternative now.
--
Ticket URL: <http://code.djangoproject.com/ticket/3989#comment:12>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---