homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients r.david.murray, vstinner
Date 2010年10月18日.03:48:56
SpamBayes Score 0.0520668
Marked as misclassified No
Message-id <1287373744.55.0.18095949035.issue10134@psf.upfronthosting.co.za>
In-reply-to
Content
See attached file for the full output. One example:
== CPython 3.2a3+ (py3k:85660, Oct 17 2010, 21:57:48) [MSC v.1500 32 bit (Intel)]
== Windows-XP-5.1.2600-SP3 little-endian
======================================================================
FAIL: test_MIME_digest (email.test.test_email.TestBytesGeneratorIdempotent)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\victor\py3k\lib\email\test\test_email.py", line 2016, in test_MIME_digest
 self._idempotent(msg, text)
 File "C:\victor\py3k\lib\email\test\test_email.py", line 2947, in _idempotent
 self.assertEqual(data, b.getvalue())
 File "C:\victor\py3k\lib\email\test\test_email.py", line 2952, in assertEqual
 self.assertListEqual(str1.split(b'\n'), str2.split(b'\n'))
AssertionError: Lists differ: [b'MIME-version: 1.0\r', b'Fro... != [b'MIME-version: 1.0', b'From:...
First differing element 0:
b'MIME-version: 1.0\r'
b'MIME-version: 1.0'
- [b'MIME-version: 1.0\r',
? --
+ [b'MIME-version: 1.0',
- b'From: ppp-request@zzz.org\r',
? --
+ b'From: ppp-request@zzz.org',
- b'Sender: ppp-admin@zzz.org\r',
? --
+ b'Sender: ppp-admin@zzz.org',
- b'To: ppp@zzz.org\r',
? --
+ b'To: ppp@zzz.org',
- b'Subject: Ppp digest, Vol 1 #2 - 5 msgs\r',
? --
+ b'Subject: Ppp digest, Vol 1 #2 - 5 msgs',
- b'Date: 2001年4月20日 20:18:00 -0400 (EDT)\r',
? --
+ b'Date: 2001年4月20日 20:18:00 -0400 (EDT)',
- b'X-Mailer: Mailman v2.0.4\r',
? --
+ b'X-Mailer: Mailman v2.0.4',
- b'X-Mailman-Version: 2.0.4\r',
? --
+ b'X-Mailman-Version: 2.0.4',
- b'Content-Type: multipart/mixed; boundary="192.168.1.2.889.32614.987812255.500.21814"\r',
? --
+ b'Content-Type: multipart/mixed; boundary="192.168.1.2.889.32614.987812255.500.21814"',
- b'\r',
? --
+ b'',
- b'--192.168.1.2.889.32614.987812255.500.21814\r',
? --
+ b'--192.168.1.2.889.32614.987812255.500.21814',
- b'Content-type: text/plain; charset=us-ascii\r',
? --
+ b'Content-type: text/plain; charset=us-ascii',
- b'Content-description: Masthead (Ppp digest, Vol 1 #2)\r',
? --
+ b'Content-description: Masthead (Ppp digest, Vol 1 #2)',
- b'\r',
? --
+ b'',
 b'Send Ppp mailing list submissions to\r',
 b'\tppp@zzz.org\r',
 b'\r',
 b'To subscribe or unsubscribe via the World Wide Web, visit\r',
 b'\thttp://www.zzz.org/mailman/listinfo/ppp\r',
 b"or, via email, send a message with subject or body 'help' to\r",
 b'\tppp-request@zzz.org\r',
 b'\r',
 b'You can reach the person managing the list at\r',
 b'\tppp-admin@zzz.org\r',
 b'\r',
 b'When replying, please edit your Subject line so it is more specific\r',
 b'than "Re: Contents of Ppp digest..."\r',
 b'\r',
- b'\r',
? --
+ b'',
- b'--192.168.1.2.889.32614.987812255.500.21814\r',
? --
+ b'--192.168.1.2.889.32614.987812255.500.21814',
- b'Content-type: text/plain; charset=us-ascii\r',
? --
+ b'Content-type: text/plain; charset=us-ascii',
- b"Content-description: Today's Topics (5 msgs)\r",
? --
+ b"Content-description: Today's Topics (5 msgs)",
- b'\r',
? --
+ b'',
 b"Today's Topics:\r",
 b'\r',
 b' 1. testing #1 (Barry A. Warsaw)\r',
 b' 2. testing #2 (Barry A. Warsaw)\r',
 b' 3. testing #3 (Barry A. Warsaw)\r',
 b' 4. testing #4 (Barry A. Warsaw)\r',
 b' 5. testing #5 (Barry A. Warsaw)\r',
- b'\r',
? --
+ b'',
- b'--192.168.1.2.889.32614.987812255.500.21814\r',
? --
+ b'--192.168.1.2.889.32614.987812255.500.21814',
- b'Content-Type: multipart/digest; boundary="__--__--"\r',
? --
+ b'Content-Type: multipart/digest; boundary="__--__--"',
- b'\r',
? --
+ b'',
- b'--__--__--\r',
? --
+ b'--__--__--',
- b'\r',
? --
+ b'',
- b'Message: 1\r',
? --
+ b'Message: 1',
- b'Content-Type: text/plain; charset=us-ascii\r',
? --
+ b'Content-Type: text/plain; charset=us-ascii',
- b'Content-Transfer-Encoding: 7bit\r',
? --
+ b'Content-Transfer-Encoding: 7bit',
- b'Date: 2001年4月20日 20:16:13 -0400\r',
? --
+ b'Date: 2001年4月20日 20:16:13 -0400',
- b'To: ppp@zzz.org\r',
? --
+ b'To: ppp@zzz.org',
- b'From: barry@digicool.com (Barry A. Warsaw)\r',
? --
+ b'From: barry@digicool.com (Barry A. Warsaw)',
- b'Subject: [Ppp] testing #1\r',
? --
+ b'Subject: [Ppp] testing #1',
- b'Precedence: bulk\r',
? --
+ b'Precedence: bulk',
- b'\r',
? --
+ b'',
 b'\r',
 b'hello\r',
 b'\r',
- b'\r',
? --
+ b'',
- b'--__--__--\r',
? --
+ b'--__--__--',
- b'\r',
? --
+ b'',
- b'Message: 2\r',
? --
+ b'Message: 2',
- b'Date: 2001年4月20日 20:16:21 -0400\r',
? --
+ b'Date: 2001年4月20日 20:16:21 -0400',
- b'Content-Type: text/plain; charset=us-ascii\r',
? --
+ b'Content-Type: text/plain; charset=us-ascii',
- b'Content-Transfer-Encoding: 7bit\r',
? --
+ b'Content-Transfer-Encoding: 7bit',
- b'To: ppp@zzz.org\r',
? --
+ b'To: ppp@zzz.org',
- b'From: barry@digicool.com (Barry A. Warsaw)\r',
? --
+ b'From: barry@digicool.com (Barry A. Warsaw)',
- b'Precedence: bulk\r',
? --
+ b'Precedence: bulk',
- b'\r',
? --
+ b'',
 b'\r',
 b'hello\r',
 b'\r',
- b'\r',
? --
+ b'',
- b'--__--__--\r',
? --
+ b'--__--__--',
- b'\r',
? --
+ b'',
- b'Message: 3\r',
? --
+ b'Message: 3',
- b'Date: 2001年4月20日 20:16:25 -0400\r',
? --
+ b'Date: 2001年4月20日 20:16:25 -0400',
- b'Content-Type: text/plain; charset=us-ascii\r',
? --
+ b'Content-Type: text/plain; charset=us-ascii',
- b'Content-Transfer-Encoding: 7bit\r',
? --
+ b'Content-Transfer-Encoding: 7bit',
- b'To: ppp@zzz.org\r',
? --
+ b'To: ppp@zzz.org',
- b'From: barry@digicool.com (Barry A. Warsaw)\r',
? --
+ b'From: barry@digicool.com (Barry A. Warsaw)',
- b'Subject: [Ppp] testing #3\r',
? --
+ b'Subject: [Ppp] testing #3',
- b'Precedence: bulk\r',
? --
+ b'Precedence: bulk',
- b'\r',
? --
+ b'',
 b'\r',
 b'hello\r',
 b'\r',
- b'\r',
? --
+ b'',
- b'--__--__--\r',
? --
+ b'--__--__--',
- b'\r',
? --
+ b'',
- b'Message: 4\r',
? --
+ b'Message: 4',
- b'Date: 2001年4月20日 20:16:28 -0400\r',
? --
+ b'Date: 2001年4月20日 20:16:28 -0400',
- b'Content-Type: text/plain; charset=us-ascii\r',
? --
+ b'Content-Type: text/plain; charset=us-ascii',
- b'Content-Transfer-Encoding: 7bit\r',
? --
+ b'Content-Transfer-Encoding: 7bit',
- b'To: ppp@zzz.org\r',
? --
+ b'To: ppp@zzz.org',
- b'From: barry@digicool.com (Barry A. Warsaw)\r',
? --
+ b'From: barry@digicool.com (Barry A. Warsaw)',
- b'Subject: [Ppp] testing #4\r',
? --
+ b'Subject: [Ppp] testing #4',
- b'Precedence: bulk\r',
? --
+ b'Precedence: bulk',
- b'\r',
? --
+ b'',
 b'\r',
 b'hello\r',
 b'\r',
- b'\r',
? --
+ b'',
- b'--__--__--\r',
? --
+ b'--__--__--',
- b'\r',
? --
+ b'',
- b'Message: 5\r',
? --
+ b'Message: 5',
- b'Date: 2001年4月20日 20:16:32 -0400\r',
? --
+ b'Date: 2001年4月20日 20:16:32 -0400',
- b'Content-Type: text/plain; charset=us-ascii\r',
? --
+ b'Content-Type: text/plain; charset=us-ascii',
- b'Content-Transfer-Encoding: 7bit\r',
? --
+ b'Content-Transfer-Encoding: 7bit',
- b'To: ppp@zzz.org\r',
? --
+ b'To: ppp@zzz.org',
- b'From: barry@digicool.com (Barry A. Warsaw)\r',
? --
+ b'From: barry@digicool.com (Barry A. Warsaw)',
- b'Subject: [Ppp] testing #5\r',
? --
+ b'Subject: [Ppp] testing #5',
- b'Precedence: bulk\r',
? --
+ b'Precedence: bulk',
- b'\r',
? --
+ b'',
 b'\r',
 b'hello\r',
 b'\r',
 b'\r',
 b'\r',
- b'\r',
? --
+ b'',
- b'--__--__----\r',
? --
+ b'--__--__----',
- b'--192.168.1.2.889.32614.987812255.500.21814\r',
? --
+ b'--192.168.1.2.889.32614.987812255.500.21814',
- b'Content-type: text/plain; charset=us-ascii\r',
? --
+ b'Content-type: text/plain; charset=us-ascii',
- b'Content-description: Digest Footer\r',
? --
+ b'Content-description: Digest Footer',
- b'\r',
? --
+ b'',
 b'_______________________________________________\r',
 b'Ppp mailing list\r',
 b'Ppp@zzz.org\r',
 b'http://www.zzz.org/mailman/listinfo/ppp\r',
 b'\r',
- b'\r',
? --
+ b'',
- b'--192.168.1.2.889.32614.987812255.500.21814--\r',
? --
+ b'--192.168.1.2.889.32614.987812255.500.21814--',
 b'\r',
 b'End of Ppp Digest\r',
 b'\r',
 b'']
History
Date User Action Args
2010年10月18日 03:49:04vstinnersetrecipients: + vstinner, r.david.murray
2010年10月18日 03:49:04vstinnersetmessageid: <1287373744.55.0.18095949035.issue10134@psf.upfronthosting.co.za>
2010年10月18日 03:49:02vstinnerlinkissue10134 messages
2010年10月18日 03:49:02vstinnercreate

AltStyle によって変換されたページ (->オリジナル) /