You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -191,8 +191,8 @@ information without telling them.)
191
191
UCS-4 support required for Python 2.7
192
192
'''''''''''''''''''''''''''''''''''''
193
193
194
-
Note that when using Python 2.7, it is required that it was built with
195
-
UCS-4 support (see `here <https://stackoverflow.com/questions/29109944/python-returns-length-of-2-for-single-unicode-character-string>`__); otherwise emails with unicode characters outside
194
+
Note that when using Python 2.7, it is required that it was built with
195
+
UCS-4 support (see `here <https://stackoverflow.com/questions/29109944/python-returns-length-of-2-for-single-unicode-character-string>`__); otherwise emails with unicode characters outside
196
196
of the BMP (Basic Multilingual Plane) will not validate correctly.
197
197
198
198
Normalization
@@ -387,12 +387,11 @@ or likely to cause trouble:
387
387
Testing
388
388
-------
389
389
390
-
A handful of valid email addresses are pasted in ``test_pass.txt``. Run
391
-
them through the validator (without deliverability checks) like so:
0 commit comments