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 Mike.Perry
Recipients Bernt.Røskar.Brenna, BreamoreBoy, Mike.Perry, jsprunck, kbk, mgstrein, ned.deily, python-dev, r.david.murray, vstinner
Date 2012-02-13.07:46:44
SpamBayes Score 3.8047956e-09
Marked as misclassified No
Message-id <1329119205.66.0.163603179518.issue1028@psf.upfronthosting.co.za>
In-reply-to
Content
Figured I should capture the exception. See below.

3.2.2+ (default, Jan  8 2012, 07:22:26) 
[GCC 4.6.2]

Traceback (most recent call last):
  File "/usr/bin/idle3", line 5, in <module>
    main()
  File "/usr/lib/python3.2/idlelib/PyShell.py", line 1429, in main
    root.mainloop()
  File "/usr/lib/python3.2/tkinter/__init__.py", line 1012, in mainloop
    self.tk.mainloop(n)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc0 in position 0: invalid start byte
History
Date User Action Args
2012-02-13 07:46:45Mike.Perrysetrecipients: + Mike.Perry, kbk, vstinner, ned.deily, r.david.murray, Bernt.Røskar.Brenna, BreamoreBoy, jsprunck, mgstrein, python-dev
2012-02-13 07:46:45Mike.Perrysetmessageid: <1329119205.66.0.163603179518.issue1028@psf.upfronthosting.co.za>
2012-02-13 07:46:45Mike.Perrylinkissue1028 messages
2012-02-13 07:46:44Mike.Perrycreate