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 cfr
Recipients cfr, loewis
Date 2008-07-16.02:06:56
SpamBayes Score 0.06769332
Marked as misclassified No
Message-id <1216174018.55.0.908506588535.issue3362@psf.upfronthosting.co.za>
In-reply-to
Content
I figured out how to do this:

Python 2.5.2 (r252:60911, Jul 16 2008, 01:44:22) 
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pdb
>>> import sys, os, locale
>>> pdb.run('locale.getpreferredencoding()')                      
> <string>(1)<module>()
(Pdb) continue
Bus error

though I'm not sure if that is what I was meant to do either. (But it
strikes me as another plausible possibility.)
History
Date User Action Args
2008-07-16 02:06:58cfrsetspambayes_score: 0.0676933 -> 0.06769332
recipients: + cfr, loewis
2008-07-16 02:06:58cfrsetspambayes_score: 0.0676933 -> 0.0676933
messageid: <1216174018.55.0.908506588535.issue3362@psf.upfronthosting.co.za>
2008-07-16 02:06:57cfrlinkissue3362 messages
2008-07-16 02:06:56cfrcreate