cpython/Lib/email/test
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch.
No detailed change log; just check out the change log for the py3k-pep3137
branch.  The most obvious changes:

  - str8 renamed to bytes (PyString at the C level);
  - bytes renamed to buffer (PyBytes at the C level);
  - PyString and PyUnicode are no longer compatible.

I.e. we now have an immutable bytes type and a mutable bytes type.

The behavior of PyString was modified quite a bit, to make it more
bytes-like.  Some changes are still on the to-do list.
2007-11-06 21:34:58 +00:00
..
data Get test_email to pass. There is a problem reading the data file and 2007-10-27 02:55:08 +00:00
__init__.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
test_email.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
test_email_codecs.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
test_email_codecs_renamed.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00
test_email_torture.py Copying the email package back, despite its failings. 2007-08-30 01:15:14 +00:00