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 donmez
Recipients donmez
Date 2010-09-11.09:47:17
SpamBayes Score 0.00015609177
Marked as misclassified No
Message-id <1284198438.38.0.986581404777.issue9832@psf.upfronthosting.co.za>
In-reply-to
Content
Using py3k branch revision 84707, on Mac OSX 10.6, case-sensitive HFS+ filesystem.


======================================================================
FAIL: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/cartman/Sources/py3k/Lib/test/test_unicodedata.py", line 266, in test_ucd_510
    self.assertTrue("\u1d79".upper()=='\ua77d')
AssertionError: False is not True

======================================================================
FAIL: test_method_checksum (test.test_unicodedata.UnicodeMethodsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/cartman/Sources/py3k/Lib/test/test_unicodedata.py", line 67, in test_method_checksum
    self.assertEqual(result, self.expectedchecksum)
AssertionError: '72252619bcc5d47da59734c1a2bc8f8dd34e14f8' != '4504dffd035baea02c5b9de82bebc3d65e0e0baf'
- 72252619bcc5d47da59734c1a2bc8f8dd34e14f8
+ 4504dffd035baea02c5b9de82bebc3d65e0e0baf
History
Date User Action Args
2010-09-11 09:47:18donmezsetrecipients: + donmez
2010-09-11 09:47:18donmezsetmessageid: <1284198438.38.0.986581404777.issue9832@psf.upfronthosting.co.za>
2010-09-11 09:47:17donmezlinkissue9832 messages
2010-09-11 09:47:17donmezcreate