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 oefe
Recipients oefe
Date 2008-11-21.22:16:58
SpamBayes Score 2.2776778e-06
Marked as misclassified No
Message-id <1227305819.67.0.783855471149.issue4382@psf.upfronthosting.co.za>
In-reply-to
Content
Example of verbose output (other testcases are similar):

======================================================================
ERROR: test_dumbdbm_creation (test.test_dbm_dumb.DumbDBMTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/martina/Downloads/Python-
3.0rc3/Lib/test/test_dbm_dumb.py", line 41, in test_dumbdbm_creation
    f.close()
  File "/Users/martina/Downloads/Python-3.0rc3/Lib/dbm/dumb.py", line 
228, in close
    self._commit()
  File "/Users/martina/Downloads/Python-3.0rc3/Lib/dbm/dumb.py", line 
116, in _commit
    f.write("%r, %r\n" % (key.decode('Latin-1'), pos_and_siz_pair))
  File "./Lib/io.py", line 1491, in write
    b = encoder.encode(s)
  File "./Lib/encodings/mac_roman.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\xbc' in 
position 2: character maps to <undefined>
History
Date User Action Args
2008-11-21 22:16:59oefesetrecipients: + oefe
2008-11-21 22:16:59oefesetmessageid: <1227305819.67.0.783855471149.issue4382@psf.upfronthosting.co.za>
2008-11-21 22:16:58oefelinkissue4382 messages
2008-11-21 22:16:58oefecreate